Results 1 to 4 of 4
I have a *.crt, *.pfx and *.p7b SSl cert that I got off my Windows 2008 server and want to use it on my Cent OS 5.7 server but not ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-23-2012 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 4
SSL cert for web site
I have a *.crt, *.pfx and *.p7b SSl cert that I got off my Windows 2008 server and want to use it on my Cent OS 5.7 server but not sure how about importing the key or if it can be done. I have found many other references to how to create my own self signed Cert but none that explains how or if you can import one. Any direction would be appreciated!!
Thank you
- 02-25-2012 #2Just Joined!
- Join Date
- Feb 2012
- Posts
- 5
- 02-25-2012 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 4
- 02-25-2012 #4Just Joined!
- Join Date
- Feb 2012
- Posts
- 5
Use the following apache directive in your apache.conf:
SSLEngine on
SSLCertificateFile /usr/local/apache/etc/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/etc/ssl.key/server.pem
You may need to convert some of your files. Have a look at for explanation:
h**p://de.wikipedia.org/wiki/X.509#Dateinamenserweiterungen_f.C3.BCr_Zertifikat e


Reply With Quote

