PDA

View Full Version : Trouble with SSL renewal



Saeven
08-01-2008, 02:48 PM
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..



-----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

nobaloney
08-02-2008, 09:46 AM
Check the user level httpd.conf file to see where the site expects to see the cert.

Jeff