Post #2569497
2025-05-13 16:07 UTC
@usernameswift@pleromer.net honestly it's stupidly simple
at least for nginx the way i did it
you run # certbot --nginx, it detects what is configured under which domains, only asks you for an email and some other simple questions, pulls certificates and automatically changes config files to set it up
and then establishes a timer service with systemd so certificates get updated
Replies (1)
-
@usernameswift@pleromer.net 2025-05-13 19:44
@rail@social.flufftech.net Oh interesting I was going to set a cron job or something up but that makes life easier