1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-13 02:46:09 +00:00
This commit is contained in:
neil 2016-08-25 13:17:42 +08:00
parent 78009539d1
commit 775bd1abd0

View File

@ -3104,7 +3104,7 @@ _process() {
HTTPS_INSECURE="1" HTTPS_INSECURE="1"
;; ;;
--ca-bundle) --ca-bundle)
_ca_bundle=$(readlink -f $2) _ca_bundle="$(readlink -f $2)"
CA_BUNDLE="$_ca_bundle" CA_BUNDLE="$_ca_bundle"
shift shift
;; ;;