pkgsrc/security/py-certbot/MESSAGE
fhajny 9b1019e53d Import certbot 0.6.0 as security/py-certbot.
Certbot, previously the Let's Encrypt Client, is EFF's tool to
obtain certs from Let's Encrypt, and (optionally) autoenable HTTPS
on your server. It can also act as a client for any other CA that
uses the ACME protocol.
2016-05-25 18:18:16 +00:00

17 lines
683 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1 2016/05/25 18:18:16 fhajny Exp $
This package installs the standalone certbot (letsencrypt) client.
The following modes of obtaining certificates will work:
certbot --standalone -d <domain_name> certonly
Spawns a temporary daemon on port 80 or 443, the web server (if
any) will need to be shut down for the operation to succeed.
certbot --webroot -d <domain_name> -w <web_root> certonly
Doesn't spawn daemons, authenticates using temporary files
put in the document root directory.
===========================================================================