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
Feature Request
No method to deactivate an ACME account.
What RFC 8555 requires (Section 7.3.6)
{"status": "deactivated"}Suggested API
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