freebsd-ports/security/py-certbot/pkg-message
Alan Somers 982add73c7 security/py-certbot: Add periodic script for renewing certificates
PR:		221043
Submitted by:	Dmitry Marakasov, asomers, Yasuhiro KIMURA
Approved by:	koobs (maintainer timeout)
2019-09-09 19:50:42 +00:00

34 lines
1 KiB
Text

[
{ type: install
message: <<EOM
This port installs the "standalone" client only, which does not use and
is not the certbot-auto bootstrap/wrapper script.
The simplest form of usage to obtain certificates is:
# sudo certbot certonly --standalone -d <domain>, [domain2, ... domainN]>
NOTE:
The client requires the ability to bind on TCP port 80 or 443 (depending
on the --preferred-challenges option used). If a server is running on that
port, it will need to be temporarily stopped so that the standalone server
can listen on that port to complete the challenge authentication process.
For more information on the 'standalone' mode, see:
https://certbot.eff.org/docs/using.html#standalone
The certbot plugins to support apache and nginx certificate installation
will be made available in the following ports:
* Apache plugin: security/py-certbot-apache
* Nginx plugin: security/py-certbot-nginx
In order to automatically renew the certificates, add this line to
/etc/periodic.conf:
weekly_certbot_enable="YES"
EOM
}
]