mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-10 23:22:44 +02:00
also output config location on --env
This commit is contained in:
@@ -501,6 +501,7 @@ command_help() {
|
|||||||
# Description: Output configuration variables for use in other scripts
|
# Description: Output configuration variables for use in other scripts
|
||||||
command_env() {
|
command_env() {
|
||||||
echo "# letsencrypt.sh configuration"
|
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
|
typeset -p CA LICENSE BASEDIR WELLKNOWN PRIVATE_KEY KEYSIZE OPENSSL_CNF ROOTCERT HOOK RENEW_DAYS PRIVATE_KEY_RENEW CONTACT_EMAIL
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user