We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4b900 commit b59ea04Copy full SHA for b59ea04
acme.sh
@@ -3773,7 +3773,7 @@ _regAccount() {
3773
eab_sign_t="$eab_protected64.$eab_payload64"
3774
_debug3 eab_sign_t "$eab_sign_t"
3775
3776
- key_hex="$(_durl_replace_base64 "$_eab_hmac_key" | _dbase64 multi | _hex_dump | tr -d ' ')"
+ key_hex="$(_durl_replace_base64 "$_eab_hmac_key" | _dbase64 | _hex_dump | tr -d ' ')"
3777
_debug3 key_hex "$key_hex"
3778
3779
eab_signature=$(printf "%s" "$eab_sign_t" | _hmac sha256 $key_hex | _base64 | _url_replace)
0 commit comments