Skip to content

Commit

Permalink
Update acme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-gouin authored Nov 4, 2024
1 parent 52d0e44 commit b0a081e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3761,7 +3761,7 @@ _regAccount() {
_eab_kid="$(echo "$_eabresp" | tr ',}' '\n\n' | grep '"eab_kid"' | cut -d : -f 2 | tr -d '"')"
_secure_debug2 _eab_kid "$_eab_kid"
if [ -z "$_eab_kid" ]; then
_err "Can not resolve _eab_kid"
_err "Cannot resolve _eab_kid"
return 1
fi
_eab_hmac_key="$(echo "$_eabresp" | tr ',}' '\n\n' | grep '"eab_hmac_key"' | cut -d : -f 2 | tr -d '"')"
Expand Down

0 comments on commit b0a081e

Please sign in to comment.