mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 15:34:13 +00:00
format
This commit is contained in:
parent
14338cfc01
commit
c3591fa702
@ -170,8 +170,8 @@ _time() {
|
||||
|
||||
_sign() {
|
||||
StringToSign='GET&'$(_urlencode '/')'&'
|
||||
StringToSign=$StringToSign$(_urlencode $1)
|
||||
echo -n $StringToSign | openssl sha1 -hmac $Ali_Secret'&' -binary | openssl base64
|
||||
StringToSign=$StringToSign$(_urlencode $1)
|
||||
echo -n $StringToSign | openssl sha1 -hmac $Ali_Secret'&' -binary | openssl base64
|
||||
}
|
||||
|
||||
_process_check_result() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user