===========================================================================
$NetBSD$

This package installs the standalone letsencrypt client. Following
modes of obtaining certificates will work:

  letsencrypt --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.

  letsencrypt --webroot -d <domain_name> -w <web_root> certonly

    Doesn't spawn daemons, authenticates using temporary files
    put in the document root directory.

===========================================================================
