Changes

Jump to navigation Jump to search
6 bytes added ,  15:58, 9 December 2015
m
Line 34: Line 34:     
To use Let's Encrypt run:
 
To use Let's Encrypt run:
scl enable python27 bash
   
  cd /opt/letsencrypt
 
  cd /opt/letsencrypt
 
  service httpd-e-smith stop
 
  service httpd-e-smith stop
 +
scl enable python27 bash
 
  ./letsencrypt-auto certonly --standalone --email me@mydomain.co.uk -d test.firstdomain.co.uk -d seconddomain.co.uk -d www.seconddomain.co.uk
 
  ./letsencrypt-auto certonly --standalone --email me@mydomain.co.uk -d test.firstdomain.co.uk -d seconddomain.co.uk -d www.seconddomain.co.uk
 +
exit
    
Replacing email and domains as required.  Then configure SME with the certificates generated:
 
Replacing email and domains as required.  Then configure SME with the certificates generated:

Navigation menu