Skip to content

Commit

Permalink
Merge pull request #5252 from williamdes/patch-1
Browse files Browse the repository at this point in the history
Add ACCOUNT_THUMBPRINT to update account
  • Loading branch information
Neilpang committed Aug 19, 2024
2 parents 5f68ad4 + 3fc39aa commit fe30bf7
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 fe30bf7

Please sign in to comment.