also output config location on --env

This commit is contained in:
Lukas Schauer
2015-12-14 01:35:43 +01:00
parent 10d9f34260
commit 3ba233de1b

View File

@@ -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
}