mirror of
https://git.coolaj86.com/coolaj86/greenlock-cli.js
synced 2025-12-23 20:08:40 +00:00
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
|