mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-16 11:21:47 +00:00
Merge pull request #2900 from felixbuenemann/patch-2
Fix HAProxy Deploy Hook OCSP Update
This commit is contained in:
commit
5d1d2308b4
@ -233,7 +233,6 @@ haproxy_deploy() {
|
|||||||
-header Host${_header_sep}\"${_ocsp_host}\" \
|
-header Host${_header_sep}\"${_ocsp_host}\" \
|
||||||
-respout \"${_ocsp}\" \
|
-respout \"${_ocsp}\" \
|
||||||
-verify_other \"${_issuer}\" \
|
-verify_other \"${_issuer}\" \
|
||||||
-no_nonce \
|
|
||||||
${_cafile_argument} \
|
${_cafile_argument} \
|
||||||
| grep -q \"${_pem}: good\""
|
| grep -q \"${_pem}: good\""
|
||||||
_debug _openssl_ocsp_cmd "${_openssl_ocsp_cmd}"
|
_debug _openssl_ocsp_cmd "${_openssl_ocsp_cmd}"
|
||||||
|
Loading…
Reference in New Issue
Block a user