apache: can't renew ssl certificate

Posted by Caballero on Server Fault See other posts from Server Fault or by Caballero
Published on 2012-06-06T13:42:46Z Indexed on 2012/06/06 16:42 UTC
Read the original article Hit count: 271

Filed under:
|
|

I have Godaddy SSL certificate for one website on my dedicated server running Centos 5.3 / Apache 2.2.3. I have renewed certificate on Godaddy recently, however now it's showing as expired on my website. I've re-keyed certificate since and reuploaded domain.key, domain.crt and bundle.crt (example file names) files to the server, restarted apache, but the sertificate still shows as expired. I'm running out of clues.

I've tried replacing content of .crt files with jiberish and restart apache - it's still showing that certificate is expired, even though it shouldn't be picked up at all. I eventually rebooted dedicated server, still no luck. I'm using free SSL check tool http://www.digicert.com/help/ which clearly shows all the green checks except one - certificate is expired. Has someone any idea what might be causing this? Could there be some kind of caching going on here?

UPDATE: after running

openssl x509 -in domain.crt -noout -enddate

I'm getting this output:

notAfter=Jun  2 08:16:51 2013 GMT

So I asume this means I have the right certificate on the server and yet the old expired one shows on the web...

© Server Fault or respective owner

Related posts about apache2

Related posts about centos