X-Git-Url: https://git.tld-linux.org/?p=packages%2Fdehydrated.git;a=blobdiff_plain;f=config.sh;fp=config.sh;h=24177523921fd67408dda53399e475024b9cd9c9;hp=0000000000000000000000000000000000000000;hb=3507efd3274f0ffbfacd3295346cf33cf1df7f43;hpb=8cde6e05cf8afeb7c5bea06a7f5e5c07e78ed76f diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..2417752 --- /dev/null +++ b/config.sh @@ -0,0 +1,21 @@ +############################################################# +# This is the main config file for dehydrated # +# # +# This is the default configuration for the Debian package. # +# To see a more comprehensive example, see # +# /usr/share/doc/dehydrated/examples/config # +# # +# For details please read: # +# /usr/share/doc/dehydrated/README.Debian # +############################################################# + +# 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"