diff options
Diffstat (limited to 'system/tls/enable.go')
-rw-r--r-- | system/tls/enable.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/tls/enable.go b/system/tls/enable.go index f2c65d5..a90f2d1 100644 --- a/system/tls/enable.go +++ b/system/tls/enable.go @@ -1,3 +1,6 @@ +// Package tls provides the functionality to Ponzu systems to encrypt HTTP traffic +// through the ability to generate self-signed certificates for local development +// and fetch/update production certificates from Let's Encrypt. package tls import ( |