Browse Source
Merge pull request #2900 from felixbuenemann/patch-2
Fix HAProxy Deploy Hook OCSP Update
pull/2903/head
neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
deploy/haproxy.sh
|
|
@ -233,7 +233,6 @@ haproxy_deploy() { |
|
|
|
-header Host${_header_sep}\"${_ocsp_host}\" \ |
|
|
|
-respout \"${_ocsp}\" \ |
|
|
|
-verify_other \"${_issuer}\" \ |
|
|
|
-no_nonce \ |
|
|
|
${_cafile_argument} \ |
|
|
|
| grep -q \"${_pem}: good\"" |
|
|
|
_debug _openssl_ocsp_cmd "${_openssl_ocsp_cmd}" |
|
|
|