Difference between revisions of "LetsEncrypt SSL"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 7: Line 7:


   sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
   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  
Then install certbot  


   sudo yum install certbot
   sudo yum install certbot

Revision as of 23:22, 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