]> TLD Linux GIT Repositories - packages/dehydrated.git/blobdiff - config.sh
- config file split into smaller, more readable parts
[packages/dehydrated.git] / config.sh
diff --git a/config.sh b/config.sh
new file mode 100644 (file)
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"