I successfully set up certbot and had working https to several of my sites \o/ …but I’m using Ansible to add nginx vhost files. Having made some changes to how my ansible plays are working the vhost files with letsencrypt config have been overwritten and thus have lost the config.
I don’t see any way to tell certbot to re-add the config to the vhost files specifically (and not regenerate new certs). It seems the only workaround would be deleting the certs or otherwise forcing a renewal.
Can anyone suggest a workaround? How do you deal with this issue?