boulder
boulder copied to clipboard
admin-revoker: add modes for revoking/blocking by public key alone
admin-revoker has the "private-key-block" and "private-key-revoke" subcommands, which take an on-disk private key as input, extract the corresponding public key, and revoke all certificates matching that public key's SPKI Hash with reason keyCompromise.
This is good, but unfortunately sometimes we are presented with proof of key compromise (e.g. a self-signed certificate with subject "Please revoke all certificates sharing this public key") without being presented with the private key itself.
In these cases, it would be good to be able to perform similar operations with just the public key.