Unverified Commit 8d348954 authored by andrewheberle's avatar andrewheberle Committed by GitHub
Browse files

Whitepspace

parent 7d19d784
...@@ -216,8 +216,8 @@ haproxy_deploy() { ...@@ -216,8 +216,8 @@ haproxy_deploy() {
-respout "${_ocsp}" \ -respout "${_ocsp}" \
-verify_other "${_issuer}" \ -verify_other "${_issuer}" \
-no_nonce \ -no_nonce \
-CAfile "${_issuer}" | \ -CAfile "${_issuer}" \
grep -q "${_pem}: good" | 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() { ...@@ -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 | \ -no_nonce \
grep -q "${_pem}: good" | grep -q "${_pem}: good"
_ret=$? _ret=$?
fi fi
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment