mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
Revert "'+' are being converted to ' ' at some point"
This reverts commit 149310e1ec
.
This commit is contained in:
parent
149310e1ec
commit
c0da801580
@ -106,7 +106,7 @@ proxmoxve_deploy(){
|
||||
# _psot function.
|
||||
_json_payload=$(cat << HEREDOC
|
||||
{
|
||||
"certificates": "$(tr '\n' ':' < "$_cfullchain" | sed 's/:/\\n/g' -e 's/+/\+/g')",
|
||||
"certificates": "$(tr '\n' ':' < "$_cfullchain" | sed 's/:/\\n/g')",
|
||||
"key": "$(tr '\n' ':' < "$_ckey" |sed 's/:/\\n/g')",
|
||||
"node":"$_node_name",
|
||||
"restart":"1",
|
||||
|
Loading…
Reference in New Issue
Block a user