How are letsencrypt ssl renewals handled?
MACscr opened this issue · 1 comments
MACscr commented
Is the docker image when using the letsencrypt flag, setup to automatically renew the cert?
fiorix commented
Not docker, freegeoip itself does it. We use https://godoc.org/golang.org/x/crypto/acme/autocert for managing certs, which renew them automatically 30 days before expiration.