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 #108

Closed
rmbolger opened this issue Mar 29, 2018 · 1 comment
Closed

Implement account deactivation #108

rmbolger opened this issue Mar 29, 2018 · 1 comment

Comments

@rmbolger
Copy link
Contributor

Per https://tools.ietf.org/html/draft-ietf-acme-acme-10#section-7.3.7

A client can deactivate an account by posting a signed update to the
server with a status field of "deactivated." Clients may wish to do
this when the account key is compromised or decommissioned.

Pebble currently seems to ignore an account update with {"status":"deactivated"}. The resulting account object returned still has "status":"valid".

I realize this likely falls under the category of stuff like revocation and account key rollover that's not implemented yet. I just wanted to throw it out there for tracking.

@cpu
Copy link
Contributor

cpu commented Mar 29, 2018

@rmbolger Thanks for opening this tracking issue. Agreed that Pebble should eventually support this feature :-) PRs welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants