How to do auto-renewal of TLS certificates with certbot? – Nginx
I have an application with Nginx docker container for which the TLS certs are generated manually using the following command in the host (with Ubuntu OS) where application is deployed: certbot certonly --manual --manual-public-ip-logging-ok --preferred-challenges dns -d my.app.com When the…