Difference between revisions of "LetsEncrypt SSL"

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


=== Installation ===
=== Installation ===
Download an build certbot (eletsencrypt client)


   sudo yum install python27-devel git
   sudo yum install python27-devel git

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

Download an build certbot (eletsencrypt client)

  sudo yum install python27-devel git
  sudo git clone https://github.com/letsencrypt/letsencrypt /opt/letsencrypt
  /opt/letsencrypt/letsencrypt-auto --debug

Now generate a certificate

   sudo certbot certonly --webroot -w /usr/share/tomcat7/webapps -d letsencrypt.tempusserva.dk