mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-08-16 06:22:42 +00:00
forced content-type to json
This commit is contained in:
parent
c0da801580
commit
b876128635
@ -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"
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user