dehydrated-io / dehydrated

letsencrypt/acme client implemented as a shell-script – just add water
https://dehydrated.io
MIT License
5.96k stars 716 forks source link

Self-Signed revoke documented but not working #934

Open oliwel opened 6 months ago

oliwel commented 6 months ago

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.pem the script tries to fetch the account id from the server for the used certificate key which fails for obvious reasons.