fiorix/freegeoip

How are letsencrypt ssl renewals handled?

MACscr opened this issue · 1 comments

Is the docker image when using the letsencrypt flag, setup to automatically renew the cert?

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.