Can i move my site to another folder on the same server after issuing the cert through CERTBOT?

Im using Nginx and Linux 16.04 i used certbot to issue my certs. Now i want to move my site to a different folder.
Will there be a problem with the re-issuing of the certs? or the current certs at all?

Thanks in advanced

If you’re using the webroot plugin, you’ll have to adjust the webroot path in your renewal configuration to point to the new directory in order for certbot renw to continue working. You’ll find that file (or files, if you have multiple certificates) in /etc/letsencrypt/renewal/. The relevant fields you’ll need to adjust are webroot_path and/or webroot_map.

No problem with the current certs, but you need change webroot path in certbot config as well for re-issuing

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.