Fix deploy proxmoxve using HTTPS_INSECURE corrently
This commit is contained in:
parent
377a37e4c9
commit
2f87f9a1ee
@ -110,7 +110,7 @@ proxmoxve_deploy() {
|
|||||||
# cleaner than anything else I had here.
|
# cleaner than anything else I had here.
|
||||||
#
|
#
|
||||||
# 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.
|
# _post function.
|
||||||
_json_payload=$(
|
_json_payload=$(
|
||||||
cat <<HEREDOC
|
cat <<HEREDOC
|
||||||
{
|
{
|
||||||
@ -125,7 +125,7 @@ HEREDOC
|
|||||||
_debug2 Payload "$_json_payload"
|
_debug2 Payload "$_json_payload"
|
||||||
|
|
||||||
# Push certificates to server.
|
# Push certificates to server.
|
||||||
export _HTTPS_INSECURE=1
|
export HTTPS_INSECURE=1
|
||||||
export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
|
export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
|
||||||
_post "$_json_payload" "$_target_url" "" POST "application/json"
|
_post "$_json_payload" "$_target_url" "" POST "application/json"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user