Skip to content
Novus Examples
csr1.1 KB

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.

Preview — first 19 linescsr
-----BEGIN CERTIFICATE REQUEST-----
MIIC5zCCAc8CAQAwVDELMAkGA1UEBhMCWloxIjAgBgNVBAoMGU5vdnVzIEV4YW1w
bGVzIFNBTVBMRSBQS0kxITAfBgNVBAMMGCouY3NyLnBraS5zYW1wbGUuZXhhbXBs
ZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALxUPhSr6ToYJnKbVIQm
ZPUIvy3PYIpwQXR1VX1+xgQ9S63t4dswStGbqsyoa142oPoTHMkVaJcqD536Qhpp
/ia9kLTwBNFI7htO8Fn9SOnYYO3Tx45HlgBMw6k9rW9uOI52ClT1c04+1+i9wVL3
mXxYiqsxmadqXkEieegqHtd10kXbQ1LaBtVWLudD7PUCUeqCr/W9Lo7inO3YS/3m
ur1q3IFS4ICo9NmrkHoS6mfBzmrJsT6a/y1tJHBMAkoWxz3NqpIGe2KjaHMW0gfQ
HTtRZ9xkVQHGNYbiN5yz0OMS+285oop8hGnNJz0X3MsyK7WSP9yx2ja1u5UmzFl/
vbcCAwEAAaBOMEwGCSqGSIb3DQEJDjE/MD0wOwYDVR0RBDQwMoIYKi5jc3IucGtp
LnNhbXBsZS5leGFtcGxlghZjc3IucGtpLnNhbXBsZS5leGFtcGxlMA0GCSqGSIb3
DQEBCwUAA4IBAQACqqYBfAy4xuOKoE7L2uPCFrd+mt6zu9c+sfJ1G5sXr4Hoa9Xc
n+AY1N78QXJ/Cy+8CfPf4Ja7m+p9vnPhrUbNjIHV7HDVtcQ/ZRs4D7M4gG+lF/Z/
L9UIMw5i2NFStT8b2Vn17GIBiaIHuw0OsTCdg6kzlZ6d/HdPugX4c9ERIAm8zm/i
koV+N9pmZdQ9RI46qxq1Zly6RJBot5VopXXxf1T94Ne5w40JhfbrF75Amc/QpkM1
d+Yj5C76un2vyibtjy3bZckTgrgEND2Z1db5U3a6U8fiSfeSNnl+hX1nyvV9GNsl
ZiUwNElqsLcEN8FPo32Lolplw3LaEVGgBEmc
-----END CERTIFICATE REQUEST-----

Specifications

Format
PKCS#10 (PEM)
Key
RSA-2048
Cn
*.csr.pki.sample.example
San
*.csr.pki.sample.example, csr.pki.sample.example
Sample Only
true
Seed
70117

Testing contract

Expected to pass
Scenario
Run the CSR through the issuance policy check under test.
Expected result
The wildcard name is recognised as a wildcard request and routed to the policy branch rather than treated as a literal hostname.

What is a .csr file?

A CSR (Certificate Signing Request, PKCS#10) is a PEM-encoded request a party sends to a certificate authority to be issued a certificate. It contains the subject distinguished name and public key, self-signed with the matching private key to prove possession, but has no validity dates or issuer.

How to use this file

Use an example .csr to test CSR parsers, certificate-authority intake flows, and PKCS#10 decoders, or to verify subject and public-key extraction. Sample request only.

How to use this file for testing

“SAMPLE CSR — Wildcard” is a deterministic Novus Examples fixture for Certificate & key 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 · PKCS#10 (PEM). 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.