elgs / goweb

Multi domain/host web server written in Golang.
MIT License
4 stars 0 forks source link

Use CertMagic instead of Certbot #1

Open mholt opened 2 years ago

mholt commented 2 years ago

I would strongly recommend having certificate renewal automated in the web server directly.

Consider using CertMagic instead of external tools like Certbot! :smiley:

(I did write CertMagic, so this might be a shameless plug, but also take it from years of experience.)

elgs commented 2 years ago

Thank you for the link. I actually learned quite a bit of things that I have been interested in from reading your project page. I will need some time to digest it.