Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
8d348954
Unverified
Commit
8d348954
authored
May 14, 2018
by
andrewheberle
Committed by
GitHub
May 14, 2018
Browse files
Whitepspace
parent
7d19d784
Changes
1
Show whitespace changes
Inline
Side-by-side
deploy/haproxy.sh
View file @
8d348954
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment