mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-23 03:38:03 +00:00
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
|
|
7
examples/standalone.sh
Executable file
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
|
Loading…
x
Reference in New Issue
Block a user