standalone
This commit is contained in:
parent
4e447ec9cd
commit
c30e25e25b
|
@ -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
|
|
|
@ -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
|
Loading…
Reference in New Issue