Bump security/authforce to version 0.9.9_5
[dports.git] / security / py-certbot / pkg-message
1 ===========================================================================
2
3 This port installs the "standalone" Python client only, which does not use and
4 is not the certbot-auto bootstrap/wrapper script.
5
6 To obtain certificates, use the 'certonly' command as follows:
7
8  # sudo certbot certonly --standalone -d [server FQDN]
9
10 Note: The client currently requires the ability to bind on TCP port 80. If
11 you have a server running on this port, it will need to be temporarily stopped
12 so that the standalone server can listen on that port to complete
13 authentication.
14
15 The certbot plugins to support apache and nginx certificate installation
16 will be made available soon in the following ports:
17
18  * Apache plugin: security/py-certbot-apache
19  * Nginx plugin: security/py-certbot-nginx
20
21 ===========================================================================