mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 09:38:59 +00:00
fix for solaris
This commit is contained in:
@ -183,7 +183,7 @@ aws_rest() {
|
||||
|
||||
_debug2 kSecret "$kSecret"
|
||||
|
||||
kSecretH="$(printf "%s" "$kSecret" | _hex_dump | sed "s/ //g")"
|
||||
kSecretH="$(printf "%s" "$kSecret" | _hex_dump | tr -d " ")"
|
||||
_debug2 kSecretH "$kSecretH"
|
||||
|
||||
kDateH="$(printf "$RequestDateOnly%s" | _hmac "$Hash" "$kSecretH" hex)"
|
||||
|
Reference in New Issue
Block a user