mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 04:52:49 +00:00
fix dns_ali api bad SignatureNonce
This commit is contained in:
parent
a77e4aa6fa
commit
16accf8d2f
@ -117,7 +117,7 @@ _ali_urlencode() {
|
|||||||
_ali_nonce() {
|
_ali_nonce() {
|
||||||
#_head_n 1 </dev/urandom | _digest "sha256" hex | cut -c 1-31
|
#_head_n 1 </dev/urandom | _digest "sha256" hex | cut -c 1-31
|
||||||
#Not so good...
|
#Not so good...
|
||||||
date +"%s%N"
|
date -u "+%Y-%m-%dT%H%%3A%M%%3A%SZ"
|
||||||
}
|
}
|
||||||
|
|
||||||
_check_exist_query() {
|
_check_exist_query() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user