Difference between revisions of "LetsEncrypt SSL"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 16: | Line 16: | ||
sudo yum install certbot | sudo yum install certbot | ||
=== Installation === | |||
yum install python27-devel git | |||
git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt | |||
/opt/letsencrypt/letsencrypt-auto --debug |
Revision as of 22:42, 25 November 2019
THIS PAGE IS UNDRE DEVELOPMENT AND IS NOT YET COMPLETE
Installation
Adding EPEL repositories til Linux (if not present)
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Then install required librarys
sudo yum install pytest sudo yum install python-zope-interface
Then install certbot
sudo yum install certbot
Installation
yum install python27-devel git git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt /opt/letsencrypt/letsencrypt-auto --debug