We are using certbot 1.11.on Nginx 1.19.5. The installation is uses a SNAP file. Everything works fine.
We want to change to use dns-01 challenge and I have read the documentation at https://certbot-dns-dnsmadeeasy.readthedocs.io
We currently host 4 domains on the server and plan to use dns-01 challenge to add example.com to existing www.example.com
The documentation provides for:
certbot certonly
--dns-dnsmadeeasy
--dns-dnsmadeeasy-credentials ~/.secrets/certbot/dnsmadeeasy.ini
-d example.com
-d www.example.com
This is clear.
My question relates to automatic renewals. If I have run the above script, will the automatic renewal process see I have the two host records and automatically attempt to update them, or do I need to make changes at other places for the update to occur? Certbot tells me that the timer to renew is handled by systemctl snap.certbot.renew.timer.
Where is the script that snap.certbot.renew.timer runs, and what changes are needed to be made to this?