Closed
Description
While refactoring some code, I noticed the following:
- when doing a POST-as-GET for an existing, but deactivated account, an error is returned (403, "urn:ietf:params:acme:error:unauthorized");
- when doing a
newAccount
call for the account private key, the account object is returned with"status" == "deactivated"
.
According to the current draft, "Once an account is deactivated, the server MUST NOT accept further requests authorized by that account's key.", I would argue that the behavior for newAccount
is wrong.
Metadata
Assignees
Labels
No labels