ocsp_responses

-1 rows


Description

Stores the full OCSP responses received from OCSP servers. This is kept out of the main ocsp_checks table because OCSP responses generally change far less frequently than we make checks, thus saving us a lot of unnecessary disk space by making them a separate table.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
candidate_not_after timestamp 29,6 null

Included purely for partitioning support

der bytea 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
ocsp_responses_id_index Performance Asc id

Relationships