7 lines
224 B
Bash
7 lines
224 B
Bash
|
letsencrypt certonly \
|
||
|
--agree-tos --email john.doe@example.com \
|
||
|
--standalone \
|
||
|
--domains example.com,www.example.com \
|
||
|
--server https://acme-staging.api.letsencrypt.org/directory \
|
||
|
--config-dir ~/letsencrypt/etc
|