Make ACME account persistent & fix issues with certificate resolution

This commit is contained in:
Moritz Marquardt
2021-11-20 15:54:52 +01:00
parent fcccd6435a
commit 77321eb181
3 changed files with 150 additions and 79 deletions

View File

@ -102,6 +102,8 @@ func main() {
}
listener = tls.NewListener(listener, tlsConfig)
setupCertificates()
// Start the web server
err = server.Serve(listener)
if err != nil {