freebsd-ports/security/py-certbot/pkg-message
Carlos J. Puga Medina 8c94eefc6d 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
2017-04-26 15:41:48 +00:00

21 lines
855 B
Text

===========================================================================
This port installs the "standalone" Python client only, which does not use and
is not the certbot-auto bootstrap/wrapper script.
To obtain certificates, use the 'certonly' command as follows:
# 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 certbot plugins to support apache and nginx certificate installation
will be made available soon in the following ports:
* Apache plugin: security/py-certbot-apache
* Nginx plugin: security/py-certbot-nginx
===========================================================================