mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-11 22:55:50 +08:00
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
# only modify the values, key files will be generated automaticly.
|
|
ACCOUNT_KEY="letsencrypt-account.key"
|
|
DOMAIN_KEY="example.com.key"
|
|
DOMAIN_DIR="/var/www/example.com"
|
|
DOMAINS="DNS:example.com,DNS:www.example.com"
|