Changes

Jump to navigation Jump to search
231 bytes added ,  14:35, 9 December 2015
m
→‎Installation: added ZIP file
Line 17: Line 17:  
Follow the instructions at [[Software_Collections]] and the python related wiki page specifically. You need to add the scl-repository for Python 2.7 that can be found [http://wiki.contribs.org/Scl#tab=Python27 '''here''']
 
Follow the instructions at [[Software_Collections]] and the python related wiki page specifically. You need to add the scl-repository for Python 2.7 that can be found [http://wiki.contribs.org/Scl#tab=Python27 '''here''']
   −
Then:
+
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.
 +
 +
To download via GIT do:
 
  yum install git
 
  yum install git
 +
cd /opt
 +
git clone https://github.com/letsencrypt/letsencrypt.git
 +
 +
To download as a ZIP do:
 +
wget https://github.com/letsencrypt/letsencrypt/archive/master.zip -P /opt
 +
unzip /opt/master.zip && mv /opt/letsencrypt-master /opt/letsencrypt
   −
{{Note box| We need to see if installing GIT is really required, for the GIT version is also available as a ZIP file. The less we install, the better.}}
      
To use Let's Encrypt run:
 
To use Let's Encrypt run:

Navigation menu