Changes

Jump to navigation Jump to search
5 bytes removed ,  16:56, 8 December 2015
→‎Installation: Put letsencrypt client into /opt rather than /src, replace unnecessary reboot with narrower events
Line 22: Line 22:  
To use Let's Encrypt run:
 
To use Let's Encrypt run:
 
  scl enable python27 bash
 
  scl enable python27 bash
mkdir /src
+
  cd /opt
  cd /src
   
  git clone https://github.com/letsencrypt/letsencrypt.git
 
  git clone https://github.com/letsencrypt/letsencrypt.git
 
  cd letsencrypt
 
  cd letsencrypt
Line 34: Line 33:  
  config setprop modSSL key /etc/letsencrypt/live/test.firstdomain.co.uk/privkey.pem
 
  config setprop modSSL key /etc/letsencrypt/live/test.firstdomain.co.uk/privkey.pem
 
  config setprop modSSL CertificateChainFile /etc/letsencrypt/live/test.firstdomain.co.uk/fullchain.pem
 
  config setprop modSSL CertificateChainFile /etc/letsencrypt/live/test.firstdomain.co.uk/fullchain.pem
  signal-event post-upgrade; signal-event reboot
+
  signal-event domain-modify; signal-event email-update
    
{{Note box|We need to see if setting the above db variables disturbs other SME Server default functionality and contribs that work with certificates such as VPN solutions.}}
 
{{Note box|We need to see if setting the above db variables disturbs other SME Server default functionality and contribs that work with certificates such as VPN solutions.}}
147

edits

Navigation menu