Nicolas Rosset
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
dnsapi/dns_me.sh
|
|
@ -138,7 +138,8 @@ _me_rest() { |
|
|
|
data="$3" |
|
|
|
_debug "$ep" |
|
|
|
|
|
|
|
cdate=$(LANG=C date -u +"%a, %d %b %Y %T %Z") |
|
|
|
cdate=$(LC_TIME=en_US.utf8 LANG=C date -u +"%a, %d %b %Y %T %Z") |
|
|
|
|
|
|
|
hmac=$(printf "%s" "$cdate" | _hmac sha1 "$(printf "%s" "$ME_Secret" | _hex_dump | tr -d " ")" hex) |
|
|
|
|
|
|
|
export _H1="x-dnsme-apiKey: $ME_Key" |
|
|
|