Changes

Jump to navigation Jump to search
→‎Update SME Config: correct pathname for chainfile and key file name in show modSSL
Line 64: Line 64:  
=====Update SME Config=====
 
=====Update SME Config=====
   −
Now we need to move our files into the rightful locations.  
+
Now we need to move our files into the correct folder locations.  
# Copy yourdomain.crt into /home/e-smith/ssl.crt/
+
# Copy the file yourdomain.crt into the folder /home/e-smith/ssl.crt/
# Copy the "gd bundle.crt" into /home/e-smith/ssl.crt
+
# Copy the file gd_bundle.crt into the folder /home/e-smith/ssl.crt/
# Copy yourdomain.key into /home/e-smith/ssl.key/
+
# Copy the file yourdomain.key into the folder /home/e-smith/ssl.key/
    
As an aside, on SME 7 you may need to copy gd_bundle.crt into /usr/share/ssl/certs/
 
As an aside, on SME 7 you may need to copy gd_bundle.crt into /usr/share/ssl/certs/
Line 74: Line 74:     
  config setprop modSSL crt /home/e-smith/ssl.crt/yourdomain.crt
 
  config setprop modSSL crt /home/e-smith/ssl.crt/yourdomain.crt
  config setprop modSSL CertificateChainFile /home/e-smith/ssl.crt/gd_bundle.crt
+
  config setprop modSSL CertificateChainFile /home/e-smith/ssl.chainfile/gd_bundle.crt
 
  config setprop modSSL key /home/e-smith/ssl.key/yourdomain.key
 
  config setprop modSSL key /home/e-smith/ssl.key/yourdomain.key
   Line 86: Line 86:  
     access=public
 
     access=public
 
     crt=/home/e-smith/ssl.crt/27dd606e9133e8.crt
 
     crt=/home/e-smith/ssl.crt/27dd606e9133e8.crt
     key=/home/e-smith/ssl.key/abcompany_com.key
+
     key=/home/e-smith/ssl.key/yourdomain.key
 
     status=enabled
 
     status=enabled
  
81

edits

Navigation menu