Keywords: General - AWS - Technical issue - Secure Connections (SSL/HTTPS)
bndiagnostic ID: 201f99c7-c02f-32b8-7a8f-414239b4b3b7
bndiagnostic output:
? Apache: Found possible issues
? Resources: Found possible issues
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-errors-apache/
bndiagnostic failure reason: The suggested guides are not related with my issue
Description:
I renewed the Let’s Encrypt certificate by following AWS Lightsail tutorial, and I got the CertBot message that the renewing succeeded
I moved the existing certificate files as instructed, then ran the following commands :
sudo ln -s /etc/letsencrypt/live/$DOMAIN/privkey.pem /opt/bitnami/apache2/conf/server.key
sudo ln -s /etc/letsencrypt/live/$DOMAIN/fullchain.pem /opt/bitnami/apache2/conf/server.crt
I restarted Apache but like before, the certificate still shows up as expired. I have verified that the bitnami-ssl.conf file located at /opt/bitnami/apache2/conf/bitnami/bitnami-ssl.conf has the following lines:
SSLCertificateFile “/opt/bitnami/apache2/conf/server.crt”
SSLCertificateKeyFile “/opt/bitnami/apache2/conf/server.key”
Any help would be very much appreciated.