standalone

This commit is contained in:
AJ ONeal 2018-05-12 23:03:42 -06:00
parent 4e447ec9cd
commit c30e25e25b
2 changed files with 7 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
node bin/letsencrypt certonly \
--agree-tos --email 'john.doe@gmail.com' \
--standalone \
--domains example.com,www.example.com \
--server https://acme-staging.api.letsencrypt.org/directory \
--config-dir ~/letsencrypt.test/etc

7
examples/standalone.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
greenlock \
--agree-tos --email 'john.doe@gmail.com' \
--standalone \
--domains example.com,www.example.com \
--config-dir ~/acme.test/etc