Closed donmb1 closed 2 years ago
@donmb1 Can you please try the following? This assumes you've already completed the certbot steps that are in the doc.
Run the following command. Important: In the command, replace "example.com" with the actual domain that you're configuring.
DOMAIN=example.com
Run the following commands one by one:
sudo ln -s /etc/letsencrypt/live/$DOMAIN/privkey.pem /opt/bitnami/apache2/conf/bitnami/certs/server.key
sudo ln -s /etc/letsencrypt/live/$DOMAIN/fullchain.pem /opt/bitnami/apache2/conf/bitnami/certs/server.crt
sudo /opt/bitnami/ctlscript.sh start
I had the same problem and this solution worked... @rlatino Thank you so much!!!
Yes, I can confirm that it is working. Thanks a lo @rlatino
@rlatino can the docs be updated to reflect this?
I have updated the docs. Thanks all!
Hi all,
Following this guide which has been updated on 25th of October, the bitnami instance is not starting anymore after installing a certificate with certbot
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-using-lets-encrypt-certificates-with-wordpress#complete-the-prerequisites-lets-encrypt-wordpress
sudo /opt/bitnami/ctlscript.sh start
Something is broken - either in the guide or in the file structure of bitnami servers.