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
    
Verify that all is set correctly with the config show command.
 
Verify that all is set correctly with the config show command.
   −
  config show modSSL
+
  config show modSSL;
 +
modSSL=service
 +
    CertificateChainFile=/home/e-smith/ssl.chainfile/gd_bundle-g2-g1.crt
 +
    CommonName=*.abcompany.com
 +
    TCPPort=443
 +
    access=public
 +
    crt=/home/e-smith/ssl.crt/27dd606e9133e8.crt
 +
    key=/home/e-smith/ssl.key/yourdomain.key
 +
    status=enabled
 +
 
    
Be sure to delete the existing PEM file, as a new one will be created anyway. Run this command:
 
Be sure to delete the existing PEM file, as a new one will be created anyway. Run this command:
81

edits

Navigation menu