Save CA_BUNDLE path in configuration file.
This commit is contained in:
parent
545c22fd0f
commit
9a408ff059
6
acme.sh
6
acme.sh
@ -2064,6 +2064,12 @@ issue() {
|
|||||||
_savedomainconf "Le_RenewalDays" "$Le_RenewalDays"
|
_savedomainconf "Le_RenewalDays" "$Le_RenewalDays"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$CA_BUNDLE" ] ; then
|
||||||
|
_saveaccountconf CA_BUNDLE "$CA_BUNDLE"
|
||||||
|
else
|
||||||
|
_clearaccountconf "CA_BUNDLE"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$HTTPS_INSECURE" ] ; then
|
if [ "$HTTPS_INSECURE" ] ; then
|
||||||
_saveaccountconf HTTPS_INSECURE "$HTTPS_INSECURE"
|
_saveaccountconf HTTPS_INSECURE "$HTTPS_INSECURE"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user