Whitepspace

This commit is contained in:
andrewheberle 2018-05-14 13:22:46 +08:00 committed by GitHub
parent 7d19d784df
commit 8d348954a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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