mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-01 06:22:44 +00:00
commit
d93a5b2d20
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user