mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-11 00:12:43 +00:00
Incorrect variable
One variable replacement missed, remove refs to domain_id which isn't used.
This commit is contained in:
parent
3617115c73
commit
4a5f6fac7d
@ -142,7 +142,7 @@ _pointhq_rest() {
|
||||
data="$3"
|
||||
_debug "$ep"
|
||||
|
||||
_pointhq_auth=$(printf "%s:%s" "$PointHQ_Username" "$PointHQ_Key" | _base64)
|
||||
_pointhq_auth=$(printf "%s:%s" "$PointHQ_Email" "$PointHQ_Key" | _base64)
|
||||
|
||||
export _H1="Authorization: Basic $_pointhq_auth"
|
||||
export _H2="Content-Type: application/json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user