Browse Source

Whitepspace

pull/1591/head
andrewheberle 6 years ago
committed by GitHub
parent
commit
8d348954a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      deploy/haproxy.sh

8
deploy/haproxy.sh

@ -216,8 +216,8 @@ haproxy_deploy() {
-respout "${_ocsp}" \ -respout "${_ocsp}" \
-verify_other "${_issuer}" \ -verify_other "${_issuer}" \
-no_nonce \ -no_nonce \
-CAfile "${_issuer}" | \
grep -q "${_pem}: good"
-CAfile "${_issuer}" \
| grep -q "${_pem}: good"
_ret=$? _ret=$?
else else
# Issuer is not a root CA so no "-CAfile" option # Issuer is not a root CA so no "-CAfile" option
@ -228,8 +228,8 @@ haproxy_deploy() {
-header Host "${_ocsp_host}" \ -header Host "${_ocsp_host}" \
-respout "${_ocsp}" \ -respout "${_ocsp}" \
-verify_other "${_issuer}" \ -verify_other "${_issuer}" \
-no_nonce | \
grep -q "${_pem}: good"
-no_nonce \
| grep -q "${_pem}: good"
_ret=$? _ret=$?
fi fi
else else

Loading…
Cancel
Save