oxidecomputer / pki-playground

Tool for generating non-trivial X.509 certificate chains
Mozilla Public License 2.0
29 stars 2 forks source link

pki-playground

WARNING: pki-playground creates cryptographic keys that are intended ONLY for internal use. These keys are not intended for and MUST NOT be used for any other purpose.

This repo hosts software for generating RFC 2986 CSRs and RFC 5280 certs and cert hierarchies from a KDL specification.

Build & Run

We use cargo to build and run the pki-playground. Run the cargo build command to compile it, then run the pki-playground binary with cargo run. Get additional documentation for the options and parameters accepted with the --help option: cargo run -- --help