Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
In short: getting and installing SSL/TLS certificates made easy.
|
|
|
|
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.
|
|
|
|
It's all automated:
|
|
|
|
The tool will prove domain control to the CA and submit a CSR
|
|
(Certificate Signing Request).
|
|
|
|
If domain control has been proven, a certificate will get issued and
|
|
the tool will automatically install it.
|