View Single Post
Old 09-25-2005, 10:16 AM   #2 (permalink)
vvaldir
Junior Member
 
Join Date: Jul 2005
Posts: 18
Default

You should save the certificate into a file and give the name and path to that file to the SSLCertificateFile directive. Remember that you need to add the key file in as well (SSLCertificateKeyFile directive).
PHP Code:
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt            
SSLCertificateKeyFile 
/etc/httpd/conf/ssl.key/server.key 

that's it
vvaldir is offline   Reply With Quote
Sponsored Links