Hi,
Managed to install Let’s Encrypt a couple of months ago. Set up CRON Job to automate the renewal, it failed the first time.
So I’ve just updated this manually using the command;
./letsencrypt-auto renew
Which has successfully renewed the certificate. When checking in the following folder;
/etc/letsencrypt/live/mydomain.com
And running the commans;
pico cert.pem
Then decoding the certificate details in this file using this tool, https://www.sslshopper.com/certificate-decoder.html
The certificate is valid, it was created yesterday and expires in 90 days.
Yet I’m getting the browser still showing me the old certificate when viewing the website in question.
So I thought this may be related to the certificate needing to be installed again, so I ran the command;
./installssl.pl mydomain.dom
And the following error was flagged;
{“metadata”:{“version”:1,“output”:{“raw”:“Certificate verification failed!\nCertificate verified:\nstdin: CN = mydomain.com\nerror 20 at 0 depth lookup:unable to get local issuer certificate\n\n\n”},“result”:0,“command”:“installssl”,“reason”:“Certificate verification failed!\nCertificate verified:\nstdin: CN = mydomain.com\nerror 20 at 0 depth lookup:unable to get local issuer certificate\n\n\n”}}root@178 [~]#
I’m completely lost about how to resolve this. Any ideas? Currently the domain in question is unusable due to the security warnings from the browser whenever someone tries to access it.
Regards,
Michael