Browse Source

Store absolule path to ca-bundle file

pull/274/head
Patrick Sodré 9 years ago
parent
commit
8f80d3419f
  1. 2
      acme.sh

2
acme.sh

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

Loading…
Cancel
Save