mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 05:01:40 +00:00
Update proxmoxve.sh
This commit is contained in:
parent
799f509ba9
commit
668894fc4d
@ -111,7 +111,8 @@ proxmoxve_deploy(){
|
||||
#
|
||||
# This dumps the json payload to a variable that should be passable to the
|
||||
# _psot function.
|
||||
_json_payload=$(cat << HEREDOC
|
||||
_json_payload=$(
|
||||
cat << HEREDOC
|
||||
{
|
||||
"certificates": "$(tr '\n' ':' < "$_cfullchain" | sed 's/:/\\n/g')",
|
||||
"key": "$(tr '\n' ':' < "$_ckey" |sed 's/:/\\n/g')",
|
||||
|
Loading…
Reference in New Issue
Block a user