Renew SSL Certificate using certbot

  1. Check that Bitnami is actually using the certificate from /etc/letsencrypt/live :

    sudo grep -REi "(SSLCertificateFile|SSLCertificateKeyFile)" /opt/bitnami/apache2/conf
    
    # Then check whether the found files above are symlinks and if so, where they go
    sudo ls -lah <insert file paths here>
    
  2. Try restart Bitnami’s Apache server:

    sudo /opt/bitnami/ctlscript.sh restart apache
2 Likes