1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-22 05:43:01 +00:00

add new _url_encode

This commit is contained in:
neilpang
2017-01-30 12:07:50 +08:00
parent 11927a768e
commit 542d7977db
4 changed files with 242 additions and 12 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ aws_rest() {
_debug2 kSecret "$kSecret"
kSecretH="$(_hex "$kSecret")"
kSecretH="$(printf "%s" "$kSecret" | _hex_dump | sed "s/ //g")"
_debug2 kSecretH "$kSecretH"
kDateH="$(printf "$RequestDateOnly%s" | _hmac "$Hash" "$kSecretH" hex)"