1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

security/py-certbot: Complete renaming from letsencrypt

- Rename relevant occurences in pkg-descr and pkg-message

PR:		210508
This commit is contained in:
Bernard Spil 2016-06-24 21:21:08 +00:00
parent 33d3d55396
commit 6a8398dd65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417447
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ The tool will prove domain control to the CA and submit a CSR
If domain control has been proven, a certificate will get issued and
the tool will automatically install it.
WWW: https://github.com/letsencrypt/letsencrypt
WWW: https://github.com/certbot/certbot

View File

@ -9,7 +9,7 @@ is not the letsencrypt-auto bootstrap/wrapper script.
To obtain certificates, use the 'certonly' command as follows:
# sudo letsencrypt --server <server-URL> certonly
# sudo certbot --server <server-URL> certonly
Note: The client currently requires the ability to bind on TCP port 80. If
you have a server running on this port, it will need to be temporarily stopped