Browse Source

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

William Sellitti 3 years ago
parent
commit
966e4246e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/proxmoxve.sh

+ 1 - 1
deploy/proxmoxve.sh

@@ -119,6 +119,6 @@ HEREDOC
   # Push certificates to server.
   export _HTTPS_INSECURE=1
   export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
-  _post "$_json_payload" "$_target_url"
+  _post "$_json_payload" "$_target_url" "" POST "application/json"
 
 }