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