Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d93a5b2d
Unverified
Commit
d93a5b2d
authored
Oct 29, 2023
by
neil
Committed by
GitHub
Oct 29, 2023
Browse files
Merge pull request #4841 from podguzovvasily/patch-1
Update haproxy.sh
parents
fe890c62
8ca5ca65
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/haproxy.sh
View file @
d93a5b2d
...
...
@@ -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
...
...
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