Browse Source
Merge pull request #4841 from podguzovvasily/patch-1
Update haproxy.sh
pull/4851/head
neil
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deploy/haproxy.sh
|
@ -147,7 +147,7 @@ haproxy_deploy() { |
|
|
# Create a temporary PEM file |
|
|
# Create a temporary PEM file |
|
|
_temppem="$(_mktemp)" |
|
|
_temppem="$(_mktemp)" |
|
|
_debug _temppem "${_temppem}" |
|
|
_debug _temppem "${_temppem}" |
|
|
cat "${_ckey}" "${_ccert}" "${_cca}" >"${_temppem}" |
|
|
|
|
|
|
|
|
cat "${_ccert}" "${_cca}" "${_ckey}" >"${_temppem}" |
|
|
_ret="$?" |
|
|
_ret="$?" |
|
|
|
|
|
|
|
|
# Check that we could create the temporary file |
|
|
# Check that we could create the temporary file |
|
|