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
No known key found for this signature in database
GPG key ID: D5788327BEE388B6
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 {