mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
typo, using _H1 to provide header keys.
This commit is contained in:
parent
5f3cb9019b
commit
daffc4e6a4
@ -103,7 +103,7 @@ HEREDOC
|
|||||||
)
|
)
|
||||||
# Push certificates to server.
|
# Push certificates to server.
|
||||||
export _HTTPS_INSECURE=1
|
export _HTTPS_INSECURE=1
|
||||||
export ="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
|
export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"
|
||||||
_post "$_json_payload" "$_target_url"
|
_post "$_json_payload" "$_target_url"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user