I’m trying to renew the SSL cert on Lightsail for WordPress, but the below command has no response for a long time.
#1. sudo /opt/bitnami/letsencrypt/lego --tls --email="EMAIL-ADDRESS" --domains="DOMAIN" --path="/opt/bitnami/letsencrypt" renew --days 90
I checked the emails by the below command
#2. sudo ls /opt/bitnami/letsencrypt/accounts/acm*
There are 3 folders:
- my email. It only has keys folder
- another email which was used to setup the SSL cert. It has account.json file and keys folder
- the name of folder is ‘”my email –domains=my domain –path=’
Now, both my and another email can’t renew the cert, command #1 has no response, no errors.
Can someone help me on this urgent issue? Thanks a lot!