mirror of https://github.com/perkeep/perkeep.git
server/perkeepd: readd log about using Lets Encrypt
Change-Id: Ia3df8ba3e10d568e8033b7b69ed8ef13e554898c
This commit is contained in:
parent
7d198eed67
commit
8b537a6630
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue