mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-02-23 03:38:03 +00:00
example
This commit is contained in:
parent
aa6f2ab492
commit
60dcbbd052
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
node bin/letsencrypt certonly \
|
node bin/letsencrypt certonly \
|
||||||
--agree-tos --email 'coolaj86+le.1010@gmail.com' \
|
--agree-tos --email 'john.doe@gmail.com' \
|
||||||
--standalone \
|
--standalone \
|
||||||
--domains pokemap.hellabit.com,www.pokemap.hellabit.com \
|
--domains example.com,www.example.com \
|
||||||
--server https://acme-staging.api.letsencrypt.org/directory \
|
--server https://acme-staging.api.letsencrypt.org/directory \
|
||||||
--config-dir ~/letsencrypt.test2/etc
|
--config-dir ~/letsencrypt.test/etc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user