server/perkeepd: readd log about using Lets Encrypt

Change-Id: Ia3df8ba3e10d568e8033b7b69ed8ef13e554898c
This commit is contained in:
mpl 2018-07-25 19:51:48 +02:00
parent 7d198eed67
commit 8b537a6630
1 changed files with 1 additions and 0 deletions

View File

@ -225,6 +225,7 @@ func setupTLS(ws *webserver.Server, config *serverinit.Config, hostname string)
ws.SetTLS(webserver.TLSSetup{
CertManager: m.GetCertificate,
})
log.Printf("Using Let's Encrypt tls-apln-01 for %v", hostname)
return
}
// Otherwise generate new certificates