diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-26 15:41:48 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-04-26 15:41:48 +0000 |
commit | 8c94eefc6de9d4cf458705f7ba47dcc7f1b0d788 (patch) | |
tree | 2344f28c67faf75194c03780ee3540ceac1a78f6 /security | |
parent | 5eb2896cade39571c1fc3a3bb9f436fb05994136 (diff) | |
download | freebsd-ports-8c94eefc6de9d4cf458705f7ba47dcc7f1b0d788.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
Diffstat (limited to 'security')
-rw-r--r-- | security/py-certbot/pkg-message | 10 |
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 |