Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement account deactivation. #111

Merged
merged 1 commit into from
Apr 16, 2018
Merged

Commits on Apr 13, 2018

  1. Implement account deactivation.

    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]>
    calavera committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    7833c14 View commit details
    Browse the repository at this point in the history