8 lines
176 B
Bash
8 lines
176 B
Bash
# ------------------------------
|
|
# Certbot Configuration
|
|
# ------------------------------
|
|
|
|
CERTBOT_EMAIL=[email protected]
|
|
CERTBOT_DOMAIN=your_domain.com
|
|
CERTBOT_OPTIONS=
|