Trouble with SSL renewal

Saeven

Verified User
Joined
Jun 29, 2003
Messages
76
Hi everyone,

I have a domain whose SSL cert had expired, I have a new certificate from Thawte, and even though I paste the new cert..

Code:
-----BEGIN RSA PRIVATE KEY-----
// old key remains here
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
// am pasting the new cert here
-----END CERTIFICATE-----

..into the SSL Certificates > Paste a pre-generated certificate and key area, click save, restart Apache -- the server still serves up the expired cert when https:// is used.

Any thoughts?

Thanks.
Alex
 
Check the user level httpd.conf file to see where the site expects to see the cert.

Jeff
 
Back
Top