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
31d9ba7e
Unverified
Commit
31d9ba7e
authored
Sep 28, 2018
by
andrewheberle
Committed by
GitHub
Sep 28, 2018
Browse files
Change default for reload
parent
8d348954
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/haproxy.sh
View file @
31d9ba7e
...
...
@@ -17,6 +17,9 @@
# export DEPLOY_HAPROXY_RELOAD="systemctl reload haproxy"
#
# OPTIONAL: Reload command used post deploy
# This defaults to be a no-op (ie "true").
# It is strongly recommended to set this something that makes sense
# for your distro.
#
# export DEPLOY_HAPROXY_ISSUER="no"
#
...
...
@@ -249,7 +252,7 @@ haproxy_deploy() {
# An OCSP file was already present but certificate did not have OCSP extension
if
[
-f
"
${
_ocsp
}
"
]
;
then
_err
"OCSP was not requested but .ocsp file exists."
#
Sh
ould remove the file at this step, although HAProxy just ignores it in this case
#
C
ould remove the file at this step, although HAProxy just ignores it in this case
# rm -f "${_ocsp}" || _err "Problem removing stale .ocsp file"
fi
fi
...
...
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