diff options
author | Matthew Holt <[email protected]> | 2019-10-10 15:38:30 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2019-10-10 15:38:30 -0600 |
commit | 9c0bf311f93218e8f899cd3c6102868be18a4d1c (patch) | |
tree | de74b8a08c09b26aad05f065e2ba61f857ae7284 /modules/caddyhttp/caddyhttp.go | |
parent | 5300949e0def70411fde307afad4c15b6cc22dfd (diff) | |
download | caddy-9c0bf311f93218e8f899cd3c6102868be18a4d1c.tar.gz caddy-9c0bf311f93218e8f899cd3c6102868be18a4d1c.zip |
Miscellaneous cleanups / comments
Diffstat (limited to 'modules/caddyhttp/caddyhttp.go')
-rw-r--r-- | modules/caddyhttp/caddyhttp.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/caddyhttp/caddyhttp.go b/modules/caddyhttp/caddyhttp.go index 410b42c9a..191f803be 100644 --- a/modules/caddyhttp/caddyhttp.go +++ b/modules/caddyhttp/caddyhttp.go @@ -348,7 +348,7 @@ func (app *App) automaticHTTPS() error { }) // manage their certificates - log.Printf("[INFO] Enabling automatic HTTPS certificates for %v", domainsForCerts) + log.Printf("[INFO] Enabling automatic TLS certificate management for %v", domainsForCerts) err := tlsApp.Manage(domainsForCerts) if err != nil { return fmt.Errorf("%s: managing certificate for %s: %s", srvName, domains, err) |