84e9b06d60 | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md |
README.md
letsencrypt-cli
CLI for node-letsencrypt modeled after the official client.
Install
npm install -g letsencrypt-cli
Usage
Standalone
letsencrypt certonly \
--agree-tos --email john.doe@example.com \
--standalone \
--domains example.com,www.example.com
WebRoot
letsencrypt certonly \
--agree-tos --email john.doe@example.com \
--webroot --webroot-path /srv/www/acme-challenge \
--domains example.com,www.example.com