Reference: https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/
Uses Let’s Encrypt which is a free Certificate Authority (CA) that issues SSL certificates. You can use these SSL certificates to secure traffic to and from your Bitnami application host.
Renewing Certificate
Let’s Encrypt certificates are only valid for 90 days. There is a cronjob for root which should renew the cert on the 1st day of each month.
To run the renew script manually
sudo /etc/lego/renew-certificate.sh
Adding Domain to Certificate
- edit /etc/lego/renew-certificate.sh
- Add new –domain
- sudo /opt/bitnami/ctlrscript.sh stop
- Run the command from renew-certificate.sh, BUT replace renew with run at the end
- sudo /opt/bitnami/ctltscript.sh start