2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-02-23 03:38:03 +00:00

simple standalone example

This commit is contained in:
AJ ONeal 2016-08-09 21:13:26 -04:00
parent 9ec3ed7975
commit 373561535e

6
example-standalone.bash Normal file
View File

@ -0,0 +1,6 @@
letsencrypt certonly \
--agree-tos --email john.doe@example.com \
--standalone \
--domains example.com,www.example.com \
--server https://acme-staging.api.letsencrypt.org/directory \
--config-dir ~/letsencrypt/etc