]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
also output config location on --env
authorLukas Schauer <lukas@schauer.so>
Mon, 14 Dec 2015 00:35:43 +0000 (01:35 +0100)
committerLukas Schauer <lukas@schauer.so>
Mon, 14 Dec 2015 00:35:43 +0000 (01:35 +0100)
letsencrypt.sh

index 01de980e40138e7399bfcbb4fb13cee9acb8e420..8a95674fabff01746c792c9d08f9115969ff350d 100755 (executable)
@@ -501,6 +501,7 @@ command_help() {
 # Description: Output configuration variables for use in other scripts
 command_env() {
   echo "# letsencrypt.sh configuration"
+  typeset -p CONFIG
   typeset -p CA LICENSE BASEDIR WELLKNOWN PRIVATE_KEY KEYSIZE OPENSSL_CNF ROOTCERT HOOK RENEW_DAYS PRIVATE_KEY_RENEW CONTACT_EMAIL
   exit 0
 }