Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSL Cert From IIS over to Apache server

Status
Not open for further replies.

JohnPtrs

MIS
Jun 13, 2006
91
US
Hey I'm trying to transfer a SSL certificate over to a Linux server with OpenSSL and I have all of the following steps in this article done, but the last two steps listed below the link. I'm not sure where to find the [sslcert].key file or the [sslcert].cert file they're referring to. Also is there a particular directory I should have these files in?

Thanks!


Inside your key.pem file you will have your private key.
-----BEGIN RSA PRIVATE KEY-----
[Private key will be here]
-----BEGIN RSA PRIVATE KEY-----
Copy this segment into your [sslcert].key file

Inside your cert.pem file will be your certificate.
-----BEGIN CERTIFICATE-----
[SSL certificate will be here]
-----END CERTIFICATE-----
Copy this segment into your [sslcert].cert file
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top