aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2017-04-26 23:41:48 +0800
committercpm <cpm@FreeBSD.org>2017-04-26 23:41:48 +0800
commit201e27c641949c07ac5818ddbbd2a0c244b5c0ba (patch)
tree2344f28c67faf75194c03780ee3540ceac1a78f6
parentdd94eb8b289f3a4e7727d76a360dbd3482a6ecfb (diff)
downloadfreebsd-ports-gnome-201e27c641949c07ac5818ddbbd2a0c244b5c0ba.tar.gz
freebsd-ports-gnome-201e27c641949c07ac5818ddbbd2a0c244b5c0ba.tar.zst
freebsd-ports-gnome-201e27c641949c07ac5818ddbbd2a0c244b5c0ba.zip
security/py-certbot: fix incorrect instructions in pkg-message
- Fix the example certonly command While here, update pkg-message to cope with the renaming to "certbot" PR: 218758 Submitted by: cpm (based on) Reported by: Justin Clift <justin@postgresql.org> Approved by: koobs (maintainer) MFH: 2017Q2
-rw-r--r--security/py-certbot/pkg-message10
1 files changed, 3 insertions, 7 deletions
diff --git a/security/py-certbot/pkg-message b/security/py-certbot/pkg-message
index a048117e809e..94bff7190ed4 100644
--- a/security/py-certbot/pkg-message
+++ b/security/py-certbot/pkg-message
@@ -1,22 +1,18 @@
===========================================================================
-The Let's Encrypt Client is BETA SOFTWARE. It contains plenty of bugs and
-rough edges, and should be tested thoroughly in staging environments before
-use on production systems.
-
This port installs the "standalone" Python client only, which does not use and
-is not the letsencrypt-auto bootstrap/wrapper script.
+is not the certbot-auto bootstrap/wrapper script.
To obtain certificates, use the 'certonly' command as follows:
- # sudo certbot --server <server-URL> certonly
+ # sudo certbot certonly --standalone -d [server FQDN]
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
so that the standalone server can listen on that port to complete
authentication.
-The letsencrypt plugins to support apache and nginx certificate installation
+The certbot plugins to support apache and nginx certificate installation
will be made available soon in the following ports:
* Apache plugin: security/py-certbot-apache