Changes

Jump to navigation Jump to search
63 bytes removed ,  14:36, 9 December 2015
m
→‎Installation: formatting
Line 19: Line 19:  
To install Python 2.7:
 
To install Python 2.7:
 
  yum install python27 --enablerepo=scl-python27
 
  yum install python27 --enablerepo=scl-python27
      
You can download the latest Letsencrypt code from their Github page either via GIT or as a ZIP file.
 
You can download the latest Letsencrypt code from their Github page either via GIT or as a ZIP file.
Line 35: Line 34:  
To use Let's Encrypt run:
 
To use Let's Encrypt run:
 
  scl enable python27 bash
 
  scl enable python27 bash
  cd /opt
+
  cd /opt/letsencrypt
git clone https://github.com/letsencrypt/letsencrypt.git
  −
cd letsencrypt
   
  service httpd-e-smith stop
 
  service httpd-e-smith stop
 
  ./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

Navigation menu