Skip to content

Consider logging the SPKI hash at issuance time for easier log searches #9002

Description

@aarongable

The SPKI hash is what we use to identify compromised keys: it's one of the more common input methods to the admin block-key tool, and it's what we store in the blockedKeys table. But it's good to get a sense of what certs will be affected before blocking a key, querying the keyHashToSerial table can be slow, and running queries directly against the database is generally a bad practice.

So what if we could do that same query via logs in our log query system instead? If we include the SPKI hash in our issuance logs it'll be very easy for our log search to quickly identify all affected certificates in the last 90 days.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions