Skip to content
Novus Examples
der661 B

SAMPLE OCSP Response — Good

A successful OCSP response asserting status good for the reference leaf, signed directly by the SAMPLE issuing CA. Pair it with the request beside it to stub a responder end to end.

Preview — schema + first 7 rowsder
FieldValue
TypeOCSP response (DER, RFC 6960)
Response statussuccessful
Certificate statusgood
Serial0x701001
ResponderCN=Novus Examples SAMPLE Issuing CA I2,O=Novus Examples SAMPLE PKI,C=ZZ
This update2026-05-01T00:00:00Z
Next update2026-06-01T00:00:00Z
PUBLISHED SAMPLE OCSP response — signed by the fictional SAMPLE intermediate.

Specifications

Response Status
successful
Cert Status
good
Serial
0x701001
Signed By
Novus Examples SAMPLE Issuing CA I2
This Update
2026-05-01
Next Update
2026-06-01
Produced At
2026-08-07T22:41:28Z
Byte Stable
true
Pinned
producedAt is wall-clock, so these bytes are pinned in the generator
Sample Only
true
Seed
70117

Testing contract

Expected to pass
Scenario
Parse the response, check its signature against the SAMPLE intermediate, and read the certificate status.
Expected result
The response parses as successful with certificate status good for serial 0x701001, and the signature verifies against the intermediate.

What is a .der file?

DER (Distinguished Encoding Rules) is the binary encoding of an X.509 certificate (or other ASN.1 structure) — the same data a PEM file Base64-wraps, without the text armour. A .der certificate is compact and byte-exact, common in Java keystores and Windows tooling.

How to use this file

Use an example .der certificate to test binary X.509 parsers, ASN.1 decoders, and DER-to-PEM converters, or to confirm a tool reads raw certificate bytes. Published sample certificate, not a real identity.

How to use this file for testing

“SAMPLE OCSP Response — Good” is a deterministic Novus Examples fixture for Certificate & key testing, API testing. Self-signed X.509 certificates (PEM, CRT, DER), a CSR, RSA and Ed25519 keys, an SSH public key, a PKCS#12 bundle, and an htpasswd file — all published sample-only material, for testing certificate parsers, TLS tooling, keystore importers, and PEM/DER decoders.

Documented properties for this file: seed 70117. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

This is published, SAMPLE-only security material — never a real secret. Point certificate, key, or token parsers at it, test PEM/DER decoding and PKCS handling, and confirm your tooling reads the documented fields; any sample password is printed on this page.

This is a published, sample-only certificate/key. Parse it, verify the chain or signature, and test PEM↔DER conversion — never deploy it anywhere real.

Generated by generation/security_p7.py. Free for any use, no attribution required — license.