Let's Encrypt: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
==Default Certificate Installation Procedure==
==Default Certificate Installation Procedure==
* https://certbot.eff.org/instructions?ws=apache&os=centos-7
* https://certbot.eff.org/instructions?ws=apache&os=centos-7
Prerequisites:
* ssh access to the machine running the httpd server
* sudo privileges
ssh into the server.
Install <code>snapd</code>.


==Wildcard Certificate Installation Procedure==
==Wildcard Certificate Installation Procedure==

Revision as of 00:51, 18 November 2021

Internal

Overview

Let's Encrypt provides free SSL certificates for web sites. The installation of those certificates is performed with certbot, as described in the Procedure section below.

Procedure

Default Certificate Installation Procedure

Prerequisites:

  • ssh access to the machine running the httpd server
  • sudo privileges

ssh into the server.

Install snapd.

Wildcard Certificate Installation Procedure