SSL Cert install

sde

Verified User
Joined
Sep 11, 2004
Messages
213
Location
Temecula, CA
I've searched the forums, but can't find exactly what I need here.

I purchased a certificate from instantssl.com and signed up as a reseller.

They sent me 3 files:
-ComodoSecurityServicesCA.crt
-GTECyberTrustRoot.crt
-mydomain_com.crt

I've copied all the crt files to /etc/httpd/conf/ssl.crt/

I've tried to copy the cert after the ssl key that was generated, and errors occured:
error using key: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch

The certificate and key do not match. Please ensure you are using the correct key with this certificate

I've read many posts here regarding SSL and haven't seen too much consitancy or anything really related to installing 3 crt files as I have received.

Can anyone point me in the right direction or link me to a page that already has the info I need?
________
VT600
 
Last edited:
It seems as if you accidentally overwrote your private key when you tried the install the first time.

Jeff
 
Back
Top