From 8f80d3419fd6b64bb20ee248b82f5d3162b6fe8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Sodre=CC=81?= Date: Thu, 25 Aug 2016 00:07:06 -0400 Subject: [PATCH] Store absolule path to ca-bundle file --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index a7ce9737..8c61f413 100755 --- a/acme.sh +++ b/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 ;;