Browse Source

Update proxmoxve.sh

pull/4139/head
neil 2 years ago
committed by GitHub
parent
commit
668894fc4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      deploy/proxmoxve.sh

3
deploy/proxmoxve.sh

@ -111,7 +111,8 @@ proxmoxve_deploy(){
# #
# This dumps the json payload to a variable that should be passable to the # This dumps the json payload to a variable that should be passable to the
# _psot function. # _psot function.
_json_payload=$(cat << HEREDOC
_json_payload=$(
cat << HEREDOC
{ {
"certificates": "$(tr '\n' ':' < "$_cfullchain" | sed 's/:/\\n/g')", "certificates": "$(tr '\n' ':' < "$_cfullchain" | sed 's/:/\\n/g')",
"key": "$(tr '\n' ':' < "$_ckey" |sed 's/:/\\n/g')", "key": "$(tr '\n' ':' < "$_ckey" |sed 's/:/\\n/g')",

Loading…
Cancel
Save