Hi I've a hosted a webapp in AWS Ec2 instance. I created the SSL certificates using the DNS challenge. I'm not able to renew the ssl certificates without stopping my webserver. I renewed my certificates using the following command.
/opt/letsencrypt/letsencrypt-auto renew
Is there any way to renew them without stopping nginx webserver.
I’m getting the following error message when i try to renew the SSL certificates without stopping the nginx webserver
Attempting to renew cert from /etc/letsencrypt/renewal/example.conf produced an unexpected error: Could not bind TCP port 443 because it is already in use by another process on this system (such as a web server). Please stop the program in question and then try again.. Skipping.