blob: 22f8a1a1475086c9a74200aed67aee86c4f9d02a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
The Let's Encrypt Client (now called certbot) is a tool to
automatically receive and install X.509 certificates to enable TLS on servers.
The client will interoperate with the Let's Encrypt CA which will be
issuing browser-trusted certificates for free.
See README.Slackware for more detailed instructions.
Note: the certificate client tool is now certbot, but a symlink is provided
to be backward compatible with previous letsencrypt version.
Please rename the script to the new name: certbot
Since 1.1.0, most of deps must be (re)built against Python3.
While most of the scripts have python3 support already, some scripts have to be
installed using custom parameter (PYTHON3=yes):
- psutil
|