mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-18 16:16:09 +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