Skip to content

Add account deactivation support (RFC 8555 §7.3.6) #40

@toddr-bot

Description

@toddr-bot

Feature Request

No method to deactivate an ACME account.

What RFC 8555 requires (Section 7.3.6)

  • POST to the account URL with {"status": "deactivated"}
  • Server returns 200 OK with the updated account object
  • Deactivation is permanent — no reactivation mechanism exists
  • Server should cancel pending operations but should not revoke issued certificates

Suggested API

$acme->deactivate_account();

Why it matters

Account lifecycle management. Users who want to cleanly retire an account (e.g., decommissioning a service) currently have no way to do so through the library.

🤖 Filed by Kōan — RFC 8555 gap analysis

Metadata

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