PKCS#10 CSR — Security SAMPLE
PKCS#10 certificate signing request SAMPLE for CSR parsers and CA tooling smoke tests.
-----BEGIN CERTIFICATE REQUEST-----
MIIC7zCCAdcCAQAwWDELMAkGA1UEBhMCVVMxJzAlBgNVBAoMHk5vdnVzIEV4YW1w
bGVzIFNlY3VyaXR5IFNBTVBMRTEgMB4GA1UEAwwXc2VjdXJpdHkuc2FtcGxlLmV4
YW1wbGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCMAFtle+rk/e2
U5ffNMs7R7JrTSObX2HCrlnv+lBVVftOChsTWePbStjvkAe02msQtrjY6AUymHB0
Z/uA2nfQqxxKv70l9j8Gf/DLHLWKZ3h8X0S5hMtjyvDMb7Cuupl9DfL4eGJQiu0s
Zyjbwzi2YTCPJ33mLpGR6ORSdjeeZ56mGYapvFAM8/wyFz5Pjxwya51XrQfmXI4v
zTNK5+t/H4BTNq1TH0qKal2fSTtxtoSMV7aPzPzJp3b2YPA8IQQmmXIwfVT0AR4d
LC/vVCs3dEwdX5TA1qamvFY16aGdy83dTepe55QsIrPFXG/BhYoqzwcU7uO/Gr5b
6fxwIrGtAgMBAAGgUjBQBgkqhkiG9w0BCQ4xQzBBMD8GA1UdEQQ4MDaCF3NlY3Vy
aXR5LnNhbXBsZS5leGFtcGxlghthcGkuc2VjdXJpdHkuc2FtcGxlLmV4YW1wbGUw
DQYJKoZIhvcNAQELBQADggEBAJ8ce5R8cOf5iebT67/OXa6kC8UIcl8UON6qU1cD
fh98jbHKa7mHKmuI4mb9Ltv8Julf3CN2LQfCdB5rLhH4PSH89HCFaRI1Kow+/lNb
dITkYLHferDzxjm+dEybRJ66evHg88t7Dnj1P97op5+L3s/aEgVRiWCRjph0MG2r
Yy4vpN503GY0lfOnq7etE0U4cx29IA0JF4lKxBqEe61o5stkNtrM28tUtQ+DhVdG
oOLFZKyzUwdx8XIJOmL4zSnP/NbPeY5nDLfJgO8liV/1Yq4h/ap0jaJ4Kd0bTsaA
rzpH6HFOgzrg29cTdU1+dBqXUuJUIjt8/WRg6S8l/8ZfrH4=
-----END CERTIFICATE REQUEST-----
Specifications
- Encoding
- PEM
- Key
- RSA-2048
- Seed
- 47001
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
“PKCS#10 CSR — Security SAMPLE” 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 47001 · 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.
Related files
- jsonCRL Metadata JSON — SAMPLESAMPLE CRL metadata JSON (no binary CRL) for revocation-list UI and loader tests.

- keyEd25519 Private Key (PEM) — SAMPLEDeterministic SAMPLE Ed25519 private key for SSH/TLS tooling tests.

- keyEncrypted PKCS#8 RSA Key — SAMPLEPassword-encrypted SAMPLE PKCS#8 private key (password printed in specs) for decrypt-import tests.

- p12PKCS#12 Bundle (.p12) — SAMPLESAMPLE PKCS#12 keystore (password `novus-sample-wg`) for keystore importer tests. Not byte-stable.

- keyRSA-2048 Private Key (PEM) — SAMPLEPublished SAMPLE RSA-2048 private key (PKCS#8 PEM). Never use for a real identity.

- crtX.509 Certificate (.crt) — Security SAMPLESame SAMPLE certificate as .crt (PEM bytes) for tools that expect the CRT extension.

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