Skip to content

Commit

Permalink
Merge pull request #4841 from podguzovvasily/patch-1
Browse files Browse the repository at this point in the history
Update haproxy.sh
  • Loading branch information
Neilpang authored Oct 29, 2023
2 parents fe890c6 + 8ca5ca6 commit d93a5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/haproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ haproxy_deploy() {
# Create a temporary PEM file
_temppem="$(_mktemp)"
_debug _temppem "${_temppem}"
cat "${_ckey}" "${_ccert}" "${_cca}" >"${_temppem}"
cat "${_ccert}" "${_cca}" "${_ckey}" >"${_temppem}"
_ret="$?"

# Check that we could create the temporary file
Expand Down

0 comments on commit d93a5b2

Please sign in to comment.