# Path to a directory containing additional config files, allowing to override
# the defaults found in the main configuration file. Additional config files
# in this directory needs to be named with a '.sh' ending.
CONFIG_D="/etc/dehydrated/conf.d"

# File containing the list of domains to request certificates for
DOMAINS_TXT="/etc/dehydrated/domains.txt"

# Base directory for account key, generated certificates and list of domains
BASEDIR="/var/lib/dehydrated"
