Skip to content
Novus Examples

X.509 certificate and key fixtures

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.

97 of 97 files
Preview of X.509 Certificate (PEM)
pem
1.2 KB
Actual file preview for X.509 Certificate (PEM)

X.509 Certificate (PEM)

A self-signed X.509 v3 certificate in PEM (Base64) encoding with a SAN and key-usage extensions — published sample material for testing certificate and TLS parsers. Not a real identity.

File
PEM · Security
Use case
Certificate & key testingEditor testing· Conversion set
Preview of X.509 Certificate (.crt)
crt
1.2 KB
Actual file preview for X.509 Certificate (.crt)

X.509 Certificate (.crt)

The same self-signed certificate under the conventional .crt extension (PEM-encoded) — for testing trust-store importers and tools that key off the .crt extension. Sample only.

File
CRT · Security
Use case
Certificate & key testingEditor testing· Conversion set
Preview of X.509 Certificate (DER)
der
903 B
Actual file preview for X.509 Certificate (DER)

X.509 Certificate (DER)

The binary DER encoding of the same certificate — for testing ASN.1/DER parsers, Java keystores, and DER-to-PEM converters. Published sample certificate, not a real identity.

File
DER · Security
Use case
Certificate & key testingEditor testing· Conversion set
Preview of RSA 2048 Private Key (PEM)
key
1.7 KB
Actual file preview for RSA 2048 Private Key (PEM)

RSA 2048 Private Key (PEM)

A 2048-bit RSA private key in unencrypted PKCS#8 PEM — a deliberately PUBLISHED, sample-only key for testing PEM key parsers and PKCS#8 decoders. Never use it for anything real.

File
KEY · Security
Preview of Ed25519 Private Key (PEM)
key
119 B
Actual file preview for Ed25519 Private Key (PEM)

Ed25519 Private Key (PEM)

An Ed25519 private key in PKCS#8 PEM, derived from a fixed seed — a published, sample-only modern elliptic-curve key for testing PEM parsers and Ed25519 tooling. Never use it for real.

File
KEY · Security
Preview of SSH Public Key (Ed25519)
pub
102 B
Actual file preview for SSH Public Key (Ed25519)

SSH Public Key (Ed25519)

An OpenSSH-format Ed25519 public key (the shareable half of the key pair) — a single line of algorithm, Base64 key blob, and comment, for testing SSH public-key parsers and authorized_keys tooling.

File
PUB · Security
Preview of PKCS#12 Bundle (.p12)
p12
2.7 KB
Actual file preview for PKCS#12 Bundle (.p12)

PKCS#12 Bundle (.p12)

A PKCS#12 (.p12/PFX) bundle packaging the sample RSA key and certificate together, protected with the sample password 'novus-sample' — for testing keystore importers and PKCS#12 parsers. (The PKCS#12 MAC salt is random, so this file is intentionally not byte-stable.)

File
P12 · Security
Preview of htpasswd (HTTP Basic Auth)
htpasswd
208 B
Actual file preview for htpasswd (HTTP Basic Auth)

htpasswd (HTTP Basic Auth)

An Apache/nginx .htpasswd file with two users hashed using the {SHA} scheme (Base64 SHA-1) — the sample passwords are documented in the file, for testing Basic-Auth credential parsers and hash identification.

File
HTPASSWD · Security
Preview of SAMPLE Root CA Certificate (PEM)
crt
1.9 KB
Actual file preview for SAMPLE Root CA Certificate (PEM)

SAMPLE Root CA Certificate (PEM)

The self-signed root of the Novus Examples SAMPLE certificate hierarchy (RSA-4096, CA:TRUE, no path-length limit). Install it as the only trust anchor to make the rest of this wave's chains verifiable in a sandbox. Fictional issuer — never a real identity.

File
CRT · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Intermediate CA Certificate (PEM)
crt
1.8 KB
Actual file preview for SAMPLE Intermediate CA Certificate (PEM)

SAMPLE Intermediate CA Certificate (PEM)

The issuing CA that signs every leaf in this wave, itself signed by the SAMPLE root and constrained with pathLenConstraint:0 so it cannot mint further CAs. Use it to test intermediate handling and path-length enforcement.

File
CRT · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Leaf Certificate — RSA-2048
pem
1.8 KB
Actual file preview for SAMPLE Leaf Certificate — RSA-2048

SAMPLE Leaf Certificate — RSA-2048

The reference end-entity certificate for this wave: RSA-2048 subject key, two DNS SANs, serverAuth/clientAuth EKU, and AIA/CRL pointers to the fictional SAMPLE responder. Everything else in the p7 PKI is a deviation from this one.

File
PEM · Pki
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE Leaf Certificate — EC P-256
pem
1.5 KB
Actual file preview for SAMPLE Leaf Certificate — EC P-256

SAMPLE Leaf Certificate — EC P-256

The elliptic-curve twin of the reference leaf: identical subject, SANs, EKU and issuer, but a P-256 subject public key instead of RSA-2048. Diff the two to isolate exactly what changes when a deployment migrates key types.

File
PEM · Pki
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE Leaf Certificate — Ed25519
pem
1.5 KB
Actual file preview for SAMPLE Leaf Certificate — Ed25519

SAMPLE Leaf Certificate — Ed25519

The third key-type variant of the reference leaf, carrying an Ed25519 subject public key. Older TLS stacks and keystores reject id-Ed25519 outright, which makes this a compact compatibility probe.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Leaf Certificate — Expired
pem
1.8 KB
Actual file preview for SAMPLE Leaf Certificate — Expired

SAMPLE Leaf Certificate — Expired

A correctly signed leaf whose notAfter fell in the past (2020). The only thing wrong with it is the clock, which makes it the clean way to assert that an expiry error is reported as expiry and not as a signature failure.

File
PEM · Pki
Use case
Certificate & key testingError handling· Paired fixture
Preview of SAMPLE Leaf Certificate — Not Yet Valid
pem
1.8 KB
Actual file preview for SAMPLE Leaf Certificate — Not Yet Valid

SAMPLE Leaf Certificate — Not Yet Valid

The mirror of the expired leaf: identical in every respect except that notBefore is 2035, so it is rejected from the other side of the validity window. Pairs with it to prove a verifier distinguishes the two clock errors.

File
PEM · Pki
Use case
Certificate & key testingError handling· Paired fixture
Preview of SAMPLE Leaf Certificate — SAN/CN Mismatch
pem
1.8 KB
Actual file preview for SAMPLE Leaf Certificate — SAN/CN Mismatch

SAMPLE Leaf Certificate — SAN/CN Mismatch

The certificate's CN is app.pki.sample.example but its only SAN is different.pki.sample.example. RFC 6125 clients must ignore the CN entirely, so this separates modern verifiers from ones still falling back to Common Name.

File
PEM · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE Leaf Certificate — Wildcard SAN
pem
1.8 KB
Actual file preview for SAMPLE Leaf Certificate — Wildcard SAN

SAMPLE Leaf Certificate — Wildcard SAN

A wildcard certificate covering *.wild.pki.sample.example plus the bare apex. Use it to check that a matcher accepts exactly one label and refuses to stretch the wildcard across a dot.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Leaf Certificate — IP Address SAN
pem
1.8 KB
Actual file preview for SAMPLE Leaf Certificate — IP Address SAN

SAMPLE Leaf Certificate — IP Address SAN

A leaf whose SAN carries both a DNS name and an iPAddress entry (192.0.2.10, from the RFC 5737 documentation range). Connecting by literal IP must match the iPAddress entry, never the DNS one.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Leaf Certificate — Self-Signed
pem
1.4 KB
Actual file preview for SAMPLE Leaf Certificate — Self-Signed

SAMPLE Leaf Certificate — Self-Signed

An end-entity certificate that signs itself and chains to nothing — the shape a development server produces when nobody ran a CA. It is internally consistent, so the only defect a verifier can find is the missing trust anchor.

File
PEM · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE Leaf Certificate — Revoked
pem
1.8 KB
Actual file preview for SAMPLE Leaf Certificate — Revoked

SAMPLE Leaf Certificate — Revoked

A leaf that is valid in every structural respect and revoked in the matching CRL and OCSP response shipped alongside it. It is the fixture that proves a client actually performs revocation checking rather than stopping at path building.

File
PEM · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE Client Authentication Certificate
pem
1.5 KB
Actual file preview for SAMPLE Client Authentication Certificate

SAMPLE Client Authentication Certificate

A mutual-TLS client certificate: EC P-256 subject key, clientAuth EKU only, and an OU naming the fictional access group. Present it to an mTLS endpoint to test client-certificate parsing and EKU enforcement.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE S/MIME Email Certificate
pem
1.8 KB
Actual file preview for SAMPLE S/MIME Email Certificate

SAMPLE S/MIME Email Certificate

An S/MIME-shaped certificate whose SAN is an rfc822Name rather than a DNS name, with the emailProtection EKU and a non-repudiation key usage. Useful for testing address extraction from certificates.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Code Signing Certificate
pem
1.8 KB
Actual file preview for SAMPLE Code Signing Certificate

SAMPLE Code Signing Certificate

A code-signing certificate (codeSigning EKU, digitalSignature only) issued by the SAMPLE intermediate. It signs nothing real — it exists so signature-verification tooling has an EKU-correct certificate to reason about.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Chain — Leaf + Intermediate
pem
3.6 KB
Actual file preview for SAMPLE Chain — Leaf + Intermediate

SAMPLE Chain — Leaf + Intermediate

The bundle a TLS server actually presents: leaf first, then the issuing CA, with the root deliberately omitted because clients must already trust it. This is the correct-by-construction reference for the chain-order fixtures beside it.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Chain — Leaf + Intermediate + Root
pem
5.5 KB
Actual file preview for SAMPLE Chain — Leaf + Intermediate + Root

SAMPLE Chain — Leaf + Intermediate + Root

The same chain with the self-signed root appended. Sending the root is legal and common, merely wasteful, so a verifier must ignore the extra anchor rather than treat it as an error.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE CA Bundle — Root + Intermediate
pem
3.7 KB
Actual file preview for SAMPLE CA Bundle — Root + Intermediate

SAMPLE CA Bundle — Root + Intermediate

The two CA certificates concatenated in trust-store order, the shape a `--cafile` or `ca-bundle.crt` argument expects. Point a client at this and every other valid p7 leaf becomes verifiable.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Chain — Wrong Order
pem
3.6 KB
Actual file preview for SAMPLE Chain — Wrong Order

SAMPLE Chain — Wrong Order

The leaf and intermediate concatenated backwards. Strict servers reject the file outright while tolerant path builders reorder it silently, so it cleanly separates the two behaviours.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Chain — Missing Intermediate
pem
3.7 KB
Actual file preview for SAMPLE Chain — Missing Intermediate

SAMPLE Chain — Missing Intermediate

Leaf plus root with the issuing CA left out — the single most common TLS misconfiguration, and the one that works in browsers with a cached intermediate and fails everywhere else. Use it to prove a client does not silently paper over the gap.

File
PEM · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE Certificate Revocation List (PEM)
pem
971 B
Actual file preview for SAMPLE Certificate Revocation List (PEM)

SAMPLE Certificate Revocation List (PEM)

The issuing CA's revocation list, PEM-armoured, naming the revoked SAMPLE leaf (keyCompromise) plus a second serial with no matching certificate file — because a real CRL lists serials, not certificates. Signed by the same intermediate that issued them.

File
PEM · Pki
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE Certificate Revocation List — Empty
pem
869 B
Actual file preview for SAMPLE Certificate Revocation List — Empty

SAMPLE Certificate Revocation List — Empty

A correctly signed CRL with an absent revokedCertificates field — what a CA publishes when it has revoked nothing. Parsers that assume the list is always present tend to fault here rather than report zero entries.

File
PEM · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE Certificate Revocation List — Stale
pem
971 B
Actual file preview for SAMPLE Certificate Revocation List — Stale

SAMPLE Certificate Revocation List — Stale

A validly signed CRL whose nextUpdate passed in 2020. Whether a client hard-fails, soft-fails, or silently trusts stale revocation data is a real policy decision, and this is the fixture that reveals which one it made.

File
PEM · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE OCSP Request (DER)
der
70 B
Actual file preview for SAMPLE OCSP Request (DER)

SAMPLE OCSP Request (DER)

The DER OCSPRequest a client sends when checking the reference leaf, with the SHA-1 CertID that RFC 6960 mandates and no nonce extension. POST it at a stub responder to exercise request parsing without a live CA.

File
DER · Pki
Use case
Certificate & key testingAPI testing· Conversion set
Preview of SAMPLE OCSP Response — Good
der
661 B
Actual file preview for SAMPLE OCSP Response — Good

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.

File
DER · Pki
Use case
Certificate & key testingAPI testing· Conversion set
Preview of SAMPLE OCSP Response — Revoked
der
683 B
Actual file preview for SAMPLE OCSP Response — Revoked

SAMPLE OCSP Response — Revoked

The OCSP counterpart of the CRL entry: status revoked for the revoked SAMPLE leaf, with the same 2026-03-01 revocation time and keyCompromise reason. Use both against the same certificate to check that CRL and OCSP paths agree.

File
DER · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE OCSP Response — Unauthorized
der
5 B
Actual file preview for SAMPLE OCSP Response — Unauthorized

SAMPLE OCSP Response — Unauthorized

The minimal unsuccessful OCSP response: responseStatus unauthorized and no responseBytes at all, which is what a responder returns for a certificate it does not serve. A handful of bytes that regularly breaks clients expecting a signed body.

File
DER · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE PKCS#7 Certificate Bundle (PEM)
pem
5.5 KB
Actual file preview for SAMPLE PKCS#7 Certificate Bundle (PEM)

SAMPLE PKCS#7 Certificate Bundle (PEM)

A degenerate (certificates-only) PKCS#7 structure holding all three SAMPLE certificates under BEGIN PKCS7 armour — the payload Windows and Java tools distribute as a .p7b. It carries no private key and no signature over any content.

File
PEM · Pki
Preview of SAMPLE Detached Signature Payload
txt
294 B
Actual file preview for SAMPLE Detached Signature Payload

SAMPLE Detached Signature Payload

The exact bytes covered by the detached PKCS#7 signature shipped beside it. LF line endings are part of the contract — rewriting the file with CRLF is the fastest way to watch a signature check fail for a reason nobody suspects.

File
TXT · Pki · UTF-8
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE PKCS#7 Detached Signature (DER)
der
1.7 KB
Actual file preview for SAMPLE PKCS#7 Detached Signature (DER)

SAMPLE PKCS#7 Detached Signature (DER)

A detached PKCS#7 SignedData over signed-payload.txt, built without signed attributes so the bytes are reproducible. The content is not embedded, so verification needs both files — exactly the failure mode people hit with .p7s email attachments.

File
DER · Pki
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE PKCS#12 Keystore — Key + Full Chain
p12
5.8 KB
Actual file preview for SAMPLE PKCS#12 Keystore — Key + Full Chain

SAMPLE PKCS#12 Keystore — Key + Full Chain

A password-protected PKCS#12 keystore holding the SAMPLE leaf key together with its whole issuing chain, so one import gives a client both an identity and its anchors. The password `novus-p7-sample-p12` is published on purpose; nothing inside is a real credential.

File
P12 · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE PKCS#12 Keystore — No Password
p12
2.8 KB
Actual file preview for SAMPLE PKCS#12 Keystore — No Password

SAMPLE PKCS#12 Keystore — No Password

The same leaf key and certificate in a PKCS#12 file with no password and no encryption. Several importers refuse an empty password, prompt anyway, or treat it as the literal empty string, so this is the fixture that finds out which.

File
P12 · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE CSR — RSA with SAN
csr
1.1 KB
Actual file preview for SAMPLE CSR — RSA with SAN

SAMPLE CSR — RSA with SAN

The CSR shape a modern CA expects: full subject DN, a requested subjectAltName extension, and a self-signature proving possession of the RSA key. Everything a CA intake form needs to parse.

File
CSR · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE CSR — Common Name Only
csr
915 B
Actual file preview for SAMPLE CSR — Common Name Only

SAMPLE CSR — Common Name Only

A CSR with nothing but a Common Name and no requested extensions — the output of the shortest possible openssl req invocation. Intake code that assumes an extensionRequest attribute exists breaks on it.

File
CSR · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE CSR — Wildcard
csr
1.1 KB
Actual file preview for SAMPLE CSR — Wildcard

SAMPLE CSR — Wildcard

A wildcard certificate request covering *.csr.pki.sample.example plus the apex. CA policy engines usually treat wildcards specially, so this is the input that exercises that branch.

File
CSR · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE CSR — Ed25519
csr
452 B
Actual file preview for SAMPLE CSR — Ed25519

SAMPLE CSR — Ed25519

An Ed25519 certificate request. Its signature algorithm identifier carries no separate hash OID, which is exactly the field that trips older CSR parsers written around RSA and ECDSA.

File
CSR · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE CSR — Intentionally Corrupt Base64
csr
915 B
Actual file preview for SAMPLE CSR — Intentionally Corrupt Base64

SAMPLE CSR — Intentionally Corrupt Base64

An intentionally corrupt PKCS#10 request: the PEM armour is intact but four illegal characters have been substituted into the Base64 body, so decoding fails part-way. It exists to check that a CSR intake path reports a parse error instead of a stack trace or a partially populated record.

File
CSR · Pki
Use case
Certificate & key testingError handling· Conversion set
Preview of SAMPLE RSA Private Key — PKCS#8, Unencrypted
key
1.7 KB
Actual file preview for SAMPLE RSA Private Key — PKCS#8, Unencrypted

SAMPLE RSA Private Key — PKCS#8, Unencrypted

The SAMPLE leaf's RSA-2048 key in unencrypted PKCS#8 (BEGIN PRIVATE KEY) — the modern default and the pair to the PKCS#1 twin beside it. It is deliberately published; treat it as public.

File
KEY · Pki
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE RSA Private Key — PKCS#8, Encrypted
key
1.8 KB
Actual file preview for SAMPLE RSA Private Key — PKCS#8, Encrypted

SAMPLE RSA Private Key — PKCS#8, Encrypted

The SAMPLE leaf key under PKCS#8 password encryption (BEGIN ENCRYPTED PRIVATE KEY, PBES2), password `novus-p7-sample-pkcs8`. Encryption metadata lives inside the ASN.1 here, not in PEM headers — the opposite of the PKCS#1 twin.

File
KEY · Pki
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE EC P-256 Private Key — PKCS#8
key
241 B
Actual file preview for SAMPLE EC P-256 Private Key — PKCS#8

SAMPLE EC P-256 Private Key — PKCS#8

The P-256 key behind the EC leaf certificate, in PKCS#8. Its scalar is derived deterministically from a fixed label so the whole wave reproduces byte for byte.

File
KEY · Pki
Use case
Certificate & key testing· Paired fixture
Preview of SAMPLE Ed25519 Private Key — PKCS#8
key
119 B
Actual file preview for SAMPLE Ed25519 Private Key — PKCS#8

SAMPLE Ed25519 Private Key — PKCS#8

The Ed25519 key behind the Ed25519 leaf and the EdDSA JWTs, in PKCS#8. RFC 8410 keys have no traditional-OpenSSL container at all, which is why only one serialisation ships.

File
KEY · Pki
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE RSA Public Key — PKCS#1
pem
426 B
Actual file preview for SAMPLE RSA Public Key — PKCS#1

SAMPLE RSA Public Key — PKCS#1

The same modulus and exponent in the raw PKCS#1 RSAPublicKey container, without the algorithm-identifier wrapper. Libraries routinely accept one armour and reject the other, so the pair is the test.

File
PEM · Pki
Preview of SAMPLE OpenSSH Public Key — RSA
pub
412 B
Actual file preview for SAMPLE OpenSSH Public Key — RSA

SAMPLE OpenSSH Public Key — RSA

The SAMPLE leaf's RSA key in single-line OpenSSH format with a comment — the same key material as the PEM public keys, wrapped the way authorized_keys wants it. Handy for checking that a fingerprint tool agrees across encodings.

File
PUB · Ssh
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE OpenSSH Public Key — ECDSA P-256
pub
192 B
Actual file preview for SAMPLE OpenSSH Public Key — ECDSA P-256

SAMPLE OpenSSH Public Key — ECDSA P-256

The P-256 public key in OpenSSH form, whose blob names the curve twice — once in the key type and once inside the payload. Parsers that read only one of the two mis-handle mismatched keys.

File
PUB · Ssh
Use case
Certificate & key testing· Conversion set
Preview of SAMPLE JWKS — RSA, EC, and Ed25519 Keys
json
946 B
Actual file preview for SAMPLE JWKS — RSA, EC, and Ed25519 Keys

SAMPLE JWKS — RSA, EC, and Ed25519 Keys

A three-key JWK Set publishing the public halves of this wave's RSA, P-256, and Ed25519 keys, each with a distinct kid. It is the resolver input for every p7 JWT, so kid selection can be tested against a set that really has more than one candidate.

File
JSON · Jwks
Preview of SAMPLE JWKS — With x5c Certificate Chain
json
5.9 KB
Actual file preview for SAMPLE JWKS — With x5c Certificate Chain

SAMPLE JWKS — With x5c Certificate Chain

A JWK carrying the full x5c certificate chain and an x5t#S256 thumbprint alongside the raw n/e values. The x5c array is standard Base64 while every other JWK field is base64url — a real and frequently mis-implemented detail.

File
JSON · Jwks
Preview of Sigstore Bundle (v0.3 Shape)
json
4 KB
Actual file preview for Sigstore Bundle (v0.3 Shape)

Sigstore Bundle (v0.3 Shape)

A Sigstore bundle in the shape verifiers read: a SAMPLE certificate, a transparency-log entry with an inclusion proof and checkpoint, and the DSSE envelope carrying the provenance. Signatures, key ids and certificates here are SAMPLE placeholders — the base64 decodes to the words 'SAMPLE SIGNATURE', so verification must fail. Nothing here is cryptographically valid and no key material is real.

File
JSON · Provenance
Use case
JSON parsingCertificate & key testing+1· Conversion set
Preview of Detached Signature, ASCII Armor — SAMPLE Shape
txt
564 B
Actual file preview for Detached Signature, ASCII Armor — SAMPLE Shape

Detached Signature, ASCII Armor — SAMPLE Shape

An ASCII-armored detached signature block of the shape that accompanies a SHA256SUMS file. It is a SAMPLE placeholder, not a valid OpenPGP signature — armor detectors will find it, verifiers must reject it. Signatures, key ids and certificates here are SAMPLE placeholders — the base64 decodes to the words 'SAMPLE SIGNATURE', so verification must fail. Nothing here is cryptographically valid and no key material is real.

File
TXT · Provenance
Use case
Config parsingCertificate & key testing+1· Conversion set