]> TLD Linux GIT Repositories - packages/dehydrated.git/blob - config.sh
- drop header
[packages/dehydrated.git] / config.sh
1 # Path to a directory containing additional config files, allowing to override
2 # the defaults found in the main configuration file. Additional config files
3 # in this directory needs to be named with a '.sh' ending.
4 CONFIG_D="/etc/dehydrated/conf.d"
5
6 # File containing the list of domains to request certificates for
7 DOMAINS_TXT="/etc/dehydrated/domains.txt"
8
9 # Base directory for account key, generated certificates and list of domains
10 BASEDIR="/var/lib/dehydrated"