Merge pull request #4841 from podguzovvasily/patch-1

Update haproxy.sh
This commit is contained in:
neil
2023-10-29 18:11:51 +01:00
committed by GitHub

View File

@@ -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