mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 06:52:37 +00:00
Update proxmoxve.sh
This commit is contained in:
parent
668894fc4d
commit
a386826808
@ -17,7 +17,7 @@
|
|||||||
# user account. Defaults to acme.
|
# user account. Defaults to acme.
|
||||||
# `DEPLOY_PROXMOXVE_API_TOKEN_KEY`: The API token. Required.
|
# `DEPLOY_PROXMOXVE_API_TOKEN_KEY`: The API token. Required.
|
||||||
|
|
||||||
proxmoxve_deploy(){
|
proxmoxve_deploy() {
|
||||||
_cdomain="$1"
|
_cdomain="$1"
|
||||||
_ckey="$2"
|
_ckey="$2"
|
||||||
_ccert="$3"
|
_ccert="$3"
|
||||||
@ -112,10 +112,10 @@ 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=$(
|
_json_payload=$(
|
||||||
cat << HEREDOC
|
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')",
|
||||||
"node":"$_node_name",
|
"node":"$_node_name",
|
||||||
"restart":"1",
|
"restart":"1",
|
||||||
"force":"1"
|
"force":"1"
|
||||||
|
Loading…
Reference in New Issue
Block a user