Keywords: WordPress - AWS - Technical issue - Secure Connections (SSL/HTTPS)
Description:
Hello everyone,
I was trying to renew my ssl certificates for a domain before putting them in a script which will automatically check and renew the certs when required.
I was following the procedure listed here - https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/
After passing the following comands:
sudo /opt/bitnami/ctlscript.sh stop
sudo lego --tls --email="my_email" --domains="my_domain" --path="/etc/lego" renew
sudo /opt/bitnami/ctlscript.sh start
The error I get is the following:
Error while loading the certificate for domain www.northeastexplorers.in
open /etc/lego/certificates/www.northeastexplorers.in.crt: no such file or directory
I am not sure where I am going wrong.
Any help here would be great.
Thanks!