How to convert from standalone to webroot mode (using nginx) for certificate renewal via certbot
To get the Let’s Encrypt [https://letsencrypt.org/] certificate in standalone mode, certbot [https://certbot.eff.org/] needs port 80 to be available, leading to stop the webserver each time before we start the renewal process. The other way of getting and subsequently renewing the certificate is through webroot…