PEM Certificate Fixture Matrix
Choose PEM fixtures for CA chains, fullchain bundles, and client-identity bundles used in TLS-validation and certificate-handling workflows.
How to Use This Matrix
- Separates CA chains, server fullchains, and client identity bundles.
- Useful for trust-store imports, bundle parsing, and TLS bootstrap validation.
- Anchored to the certificate-validation pack and workflow hub.
Open Primary Library
This matrix is anchored to the PEM library page and its manifest.
Fixture Rows
| Variant | Profile | Test Focus | File | Size | Download |
|---|---|---|---|---|---|
|
CA Chain PEM
Useful for CA import, chain parsing, and trust-store fixture tests.
|
Trust-chain bundle | Intermediate + root validation | pem_ca_chain_bundle_sample.pem |
2.7 KB | Download |
|
Server Fullchain PEM
Good baseline for fullchain parsing and web-server certificate loading checks.
|
Leaf + chain bundle | Server TLS bundle validation | pem_fullchain_server_bundle_sample.pem |
4.2 KB | Download |
|
Client Identity PEM
Useful for mutual-TLS and client-certificate loader validation.
|
mTLS identity bundle | Client cert + key handling | pem_client_identity_bundle_sample.pem |
3.2 KB | Download |
Related Packs
Certificate Validation Fixture Pack
Bundle of real PEM, CRT, CSR, and KEY fixtures for TLS chain validation, certificate-request parsing, and private-key handling workflows.
certificate_validation_fixture_pack.zip · 14.2 KB
Related Workflows
Certificate Validation Fixtures
PEM, CRT, CSR, and KEY fixtures for TLS chain validation, certificate request inspection, and private-key handling workflows.
Open Workflow