Skip to content

Behavior for deactivated accounts #179

Closed
@felixfontein

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions