mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-17 22:55:42 +00:00
Run tests
This commit is contained in:
parent
bc4a699e49
commit
a4c415765b
@ -134,7 +134,7 @@ _me_rest() {
|
||||
data="$3"
|
||||
_debug "$ep"
|
||||
|
||||
cdate=$(LC_TIME='en_US.utf8' 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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user