From: Lukas Schauer Date: Mon, 14 Dec 2015 00:35:43 +0000 (+0100) Subject: also output config location on --env X-Git-Tag: v0.1.0~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba233de1b3cedf3b398f7260079b5c2699c2414;p=thirdparty%2Fdehydrated.git also output config location on --env --- diff --git a/letsencrypt.sh b/letsencrypt.sh index 01de980..8a95674 100755 --- a/letsencrypt.sh +++ b/letsencrypt.sh @@ -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 }