From 9a408ff059f2b7d2c6b22f9ee8a5e2d76f29570e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Sodre=CC=81?= Date: Thu, 25 Aug 2016 00:03:17 -0400 Subject: [PATCH] Save CA_BUNDLE path in configuration file. --- acme.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acme.sh b/acme.sh index e0ad94b6..a7ce9737 100755 --- a/acme.sh +++ b/acme.sh @@ -2064,6 +2064,12 @@ issue() { _savedomainconf "Le_RenewalDays" "$Le_RenewalDays" fi + if [ "$CA_BUNDLE" ] ; then + _saveaccountconf CA_BUNDLE "$CA_BUNDLE" + else + _clearaccountconf "CA_BUNDLE" + fi + if [ "$HTTPS_INSECURE" ] ; then _saveaccountconf HTTPS_INSECURE "$HTTPS_INSECURE" else