aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-26 16:23:21 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2017-04-26 16:23:21 +0000
commit1278c8610143a22bdbb16a1cf9f5e805341cbd9f (patch)
treec5c3bdbf151086e6bd151dc7aa8efad18fdb8683 /security
parent04dd1e8711c72fae241467fa461984d537842e12 (diff)
Notes
Diffstat (limited to 'security')
-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