Changes

Jump to navigation Jump to search
62 bytes added ,  16:38, 1 April 2016
Line 14: Line 14:  
## Copy server.crt and server.key to apache conf ssl path chmod 600 to .key and 644 to .crt
 
## Copy server.crt and server.key to apache conf ssl path chmod 600 to .key and 644 to .crt
 
##:<pre>
 
##:<pre>
##:: cp server.crt /usr/local/apache/conf/ssl.crt
+
##:: cp server.crt /usr/local/apache/conf/ssl.crt # ALTERNATIVE: /etc/ssl/certs
##:: cp server.key /usr/local/apache/conf/ssl.key</pre>Apache mod_ssl installed required, path may differ depending on apache how apache was compiled
+
##:: cp server.key /usr/local/apache/conf/ssl.key #ALTERNATIVE: /etc/ssl/private </pre>Apache mod_ssl installed required, path may differ depending on apache how apache was compiled
 
## Configure Configuring SSL Enabled Virtual Hosts
 
## Configure Configuring SSL Enabled Virtual Hosts
 
##:<pre>
 
##:<pre>

Navigation menu