]> TLD Linux GIT Repositories - packages/dehydrated.git/blob - config.sh
- config file split into smaller, more readable parts
[packages/dehydrated.git] / config.sh
1 #############################################################
2 # This is the main config file for dehydrated               #
3 #                                                           #
4 # This is the default configuration for the Debian package. #
5 # To see a more comprehensive example, see                  #
6 # /usr/share/doc/dehydrated/examples/config                 #
7 #                                                           #
8 # For details please read:                                  #
9 # /usr/share/doc/dehydrated/README.Debian                   #
10 #############################################################
11
12 # Path to a directory containing additional config files, allowing to override
13 # the defaults found in the main configuration file. Additional config files
14 # in this directory needs to be named with a '.sh' ending.
15 CONFIG_D="/etc/dehydrated/conf.d"
16
17 # File containing the list of domains to request certificates for
18 DOMAINS_TXT="/etc/dehydrated/domains.txt"
19
20 # Base directory for account key, generated certificates and list of domains
21 BASEDIR="/var/lib/dehydrated"