Commit 966e4246 authored by William Sellitti's avatar William Sellitti
Browse files

Merge branch 'proxmoxve' of gitlab.lan.home.wesitcllc.com:software/upstream/acme.sh into proxmoxve

parents 9377c4f3 b8761286
...@@ -119,6 +119,6 @@ HEREDOC ...@@ -119,6 +119,6 @@ HEREDOC
# 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 "$_json_payload" "$_target_url" "" POST "application/json"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment