Delay before seeing updated Certificate in browser

@windandkitesurfer Thanks for good reply.

In this VirtualHost we will change the 2 lines starting with SSLCert...

Leave all the other lines as is

So that those two lines become:

    SSLCertificateFile /etc/letsencrypt/live/allcountyguitar.com-0001/fullchain.pem
    SSLCertificateKeyFile /etc/letsencrypt/live/allcountyguitar.com-0001/privkey.pem

Then reload Apache and it should be fine.

Let me know what command you use to reload as we should add a --deploy-hook to your certbot renewal profile. If you are not sure of the proper command I think this works for AL1

sudo systemctl reload httpd

Let me know the command in any case. We also need to delete your unused cert once we confirm this works.

3 Likes