1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-11 18:06:23 +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"
;;
--ca-bundle)
_ca_bundle=$(readlink -f $2)
_ca_bundle="$(readlink -f $2)"
CA_BUNDLE="$_ca_bundle"
shift
;;