This commit is contained in:
neilpang
2018-02-10 23:23:31 +08:00
parent da0bd5a9dc
commit 6ca5f3d8f6
4 changed files with 113 additions and 1 deletions

View File

@@ -1561,6 +1561,9 @@ _inithttp() {
_ACME_CURL="$_ACME_CURL --cacert $CA_BUNDLE "
fi
if _contains "$(curl --help 2>&1)" "--globoff"; then
_ACME_CURL="$_ACME_CURL -g "
fi
fi
if [ -z "$_ACME_WGET" ] && _exists "wget"; then