diff --git a/acme.go b/acme.go index 70d309a..63be4fa 100644 --- a/acme.go +++ b/acme.go @@ -265,7 +265,7 @@ func makeTlsConfig(pagesDomain, path string, acmeClient *lego.Client) *tls.Confi defer unlockDomain(domain) // Request new certificate - log.Debugf("Obtaining new certificate for %s...", domain) + log.Infof("Obtaining new certificate for %s...", domain) err := ObtainNewCertificate( []string{domain}, path, @@ -284,7 +284,6 @@ func makeTlsConfig(pagesDomain, path string, acmeClient *lego.Client) *tls.Confi return cert.TlsCertificate, nil } - log.Debugf("TLS ServerName: %s", info.ServerName) return Certificates.FallbackCertificate.TlsCertificate, nil }, NextProtos: []string{