vc4all / ansible

Ansible playbooks to boot and run a server
MIT License
0 stars 0 forks source link

Allow automatic certificate renewal with certbot. #3

Open berkes opened 4 years ago

berkes commented 4 years ago

Move away from standalone certbot setup into a webroot setup.
Setup systemd timed services (cron jobs) to renew and restart nginx on renewal.
Add the .well-known location block to nginx conf.

berkes commented 4 years ago

Alternative: use Caddy server instead of nginx.