Renew SSL Certificate using certbot

Hi there,

I got the email of expiration notice.
I’ve Bitnami Lightsail Amazon web server.

I ran ./certbot-auto renew from my SSH after getting this email.
In SSH it says certificate updated successfully but

when i check here: https://www.sslshopper.com/ssl-checker.html#hostname=cryptosomniac.com

It still says:
This certificate will expire in 5 days.

Please guide where I am lacking. What I should do to renew my SSL Certificates.

  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

Yes it did the trick.
Thanks a bucket :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.