View | Details | Raw Unified | Return to bug 218758
Collapse All | Expand All

(-)/usr/ports/security/py-certbot/pkg-descr (-1 / +1 lines)
Lines 1-6 Link Here
1
In short: getting and installing SSL/TLS certificates made easy.
1
In short: getting and installing SSL/TLS certificates made easy.
2
2
3
The Let's Encrypt Client is a tool to automatically receive and install
3
Certbot is a tool to automatically receive and install
4
X.509 certificates to enable TLS on servers. The client will
4
X.509 certificates to enable TLS on servers. The client will
5
interoperate with the Let's Encrypt CA which will be issuing
5
interoperate with the Let's Encrypt CA which will be issuing
6
browser-trusted certificates for free.
6
browser-trusted certificates for free.
(-)/usr/ports/security/py-certbot/pkg-message (-7 / +3 lines)
Lines 1-15 Link Here
1
===========================================================================
1
===========================================================================
2
2
3
The Let's Encrypt Client is BETA SOFTWARE. It contains plenty of bugs and
4
rough edges, and should be tested thoroughly in staging environments before
5
use on production systems.
6
7
This port installs the "standalone" Python client only, which does not use and
3
This port installs the "standalone" Python client only, which does not use and
8
is not the letsencrypt-auto bootstrap/wrapper script.
4
is not the certbot-auto bootstrap/wrapper script.
9
5
10
To obtain certificates, use the 'certonly' command as follows:
6
To obtain certificates, use the 'certonly' command as follows:
11
7
12
 # sudo certbot --server <server-URL> certonly
8
 # sudo certbot certonly --standalone -d [server FQDN]
13
9
14
Note: The client currently requires the ability to bind on TCP port 80. If
10
Note: The client currently requires the ability to bind on TCP port 80. If
15
you have a server running on this port, it will need to be temporarily stopped
11
you have a server running on this port, it will need to be temporarily stopped
Lines 16-22 Link Here
16
so that the standalone server can listen on that port to complete
12
so that the standalone server can listen on that port to complete
17
authentication.
13
authentication.
18
14
19
The letsencrypt plugins to support apache and nginx certificate installation
15
The certbot plugins to support apache and nginx certificate installation
20
will be made available soon in the following ports:
16
will be made available soon in the following ports:
21
17
22
 * Apache plugin: security/py-certbot-apache
18
 * Apache plugin: security/py-certbot-apache

Return to bug 218758