Keywords: WordPress + NGINX + SSL - AWS - Technical issue - Secure Connections (SSL/HTTPS)
Description:
Dear all,
I have an problem with renew the SSL certificate after expired ..
I use the below code:
sudo /opt/bitnami/ctlscript.sh stop
sudo /opt/bitnami/letsencrypt/lego --tls --email="********@****mail.com" --domains="********.com" --path="/opt/bitnami/letsencrypt" renew --days 90
// I got the below:
2020/12/26 10:14:33 [INFO] [********.com] acme: Trying renewal with -38 hours remaining
2020/12/26 10:14:33 [INFO] [********.com, ********.com] acme: Obtaining bundled SAN certificate
2020/12/26 10:14:34 [INFO] [********.com] AuthURL: https://acme-v02.api.letsencrypt.org/acme/authz-v3/9590502501
2020/12/26 10:14:34 [INFO] [********.com] acme: authorization already valid; skipping challenge
2020/12/26 10:14:34 [INFO] [********.com, ********.com] acme: Validations succeeded; requesting certificates
2020/12/26 10:14:36 [INFO] [********.com] Server responded with a certificate.
So now my website certificate expired and i cannot renew it ...