Skip to content

Commit

Permalink
Add ACCOUNT_THUMBPRINT to update account
Browse files Browse the repository at this point in the history
Ref: #590
  • Loading branch information
williamdes authored Aug 19, 2024
1 parent 0f61e9c commit 3fc39aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3881,6 +3881,9 @@ updateaccount() {
if [ "$code" = '200' ]; then
echo "$response" >"$ACCOUNT_JSON_PATH"
_info "Account update success for $_accUri."

ACCOUNT_THUMBPRINT="$(__calc_account_thumbprint)"
_info "ACCOUNT_THUMBPRINT" "$ACCOUNT_THUMBPRINT"
else
_info "An error occurred and the account was not updated."
return 1
Expand Down

0 comments on commit 3fc39aa

Please sign in to comment.