mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Self-Signed revoke documented but not working #620
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oliwel on GitHub (Feb 28, 2024).
The RFC allows a self-signed revoke and as the help says
--privkey (-p) path/to/key.pem Use specified private key instead of account key (useful for revocation)I expected this feature is supported.When I run
dehydrated --revoke cert.pem --privkey key.pemthe script tries to fetch the account id from the server for the used certificate key which fails for obvious reasons.