aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2016-06-25 05:21:08 +0800
committerbrnrd <brnrd@FreeBSD.org>2016-06-25 05:21:08 +0800
commit18f897e9c35e86b01e1db125e2f771ed932fc928 (patch)
treecef8e91bebd40bfb666b1b008f81497ae05530b0 /security
parenta63c0e3b36ada6388949e24344436270b03ed396 (diff)
downloadfreebsd-ports-gnome-18f897e9c35e86b01e1db125e2f771ed932fc928.tar.gz
freebsd-ports-gnome-18f897e9c35e86b01e1db125e2f771ed932fc928.tar.zst
freebsd-ports-gnome-18f897e9c35e86b01e1db125e2f771ed932fc928.zip
security/py-certbot: Complete renaming from letsencrypt
- Rename relevant occurences in pkg-descr and pkg-message PR: 210508
Diffstat (limited to 'security')
-rw-r--r--security/py-certbot/pkg-descr2
-rw-r--r--security/py-certbot/pkg-message2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/py-certbot/pkg-descr b/security/py-certbot/pkg-descr
index 13d798b2797b..db783ab3140e 100644
--- a/security/py-certbot/pkg-descr
+++ b/security/py-certbot/pkg-descr
@@ -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
diff --git a/security/py-certbot/pkg-message b/security/py-certbot/pkg-message
index 97eef7bdc5da..b2a0fa9c96c7 100644
--- a/security/py-certbot/pkg-message
+++ b/security/py-certbot/pkg-message
@@ -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