standalone

This commit is contained in:
AJ ONeal 2018-05-12 23:03:42 -06:00
부모 4e447ec9cd
커밋 c30e25e25b
2개의 변경된 파일7개의 추가작업 그리고 8개의 파일을 삭제

파일 보기

@ -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
파일 보기

@ -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