Compile binary:
$ cargo build
Print available commands and options:
$ ./target/debug/x509_tool --help
X.509 tool for operations like:
- parse and print certificate on stdout
- render certificate fields to static C-header
Usage: x509_tool <COMMAND>
Commands:
print Print given certificate or private key
render Render given certificate or private key to C-header
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
email: kamkie1996@gmail.com