Moved to new Server, Can't get SSL Loaded

tyallred

Verified User
Joined
Nov 5, 2003
Messages
16
Location
USA
I moved to a new server recently. I've read all SSL related threads, but can't figure out how to load the SSL Certificate I had before.

I have the website on it's own IP address, and have tried to load all of the: following but get errors stating that the Key is not found.

-----BEGIN CERTIFICATE REQUEST-----
MIICJDCCAY blah blah
-----END CERTIFICATE REQUEST-----
-----BEGIN CERTIFICATE-----
MIIDZzCCAtCgA blah blah
-----END CERTIFICATE-----



Any Ideas of how to jam this into the cert files?
 
Hi,

You should have a RSA key too. You need this key in order to install the cert.

regards,
 
Hello,

You only need to paste the key and certificate. The certificate request shouldn't be included (not needed). The request is only used to get the certificate from the key when you purchase the cert from an authority.

John
 
Back
Top