-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement account deactivation. (#111)
ACME v11 is not very clear about the problem returned after the account has been deactivated: > Once an account is deactivated, the server MUST NOT accept further > requests authorized by that account's key. This change assumes that any further request that requires to check the account will return an unauthorized error. That might be something to ammend in the ACME spec. - Return a malformed problem if the status is not deactivated or the current account status. Signed-off-by: David Calavera <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters