You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
oliwel
added a commit
to openxpki/dehydrated
that referenced
this issue
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.pem
the script tries to fetch the account id from the server for the used certificate key which fails for obvious reasons.The text was updated successfully, but these errors were encountered: