No description
- Shell 96%
- Makefile 4%
| .gitignore | ||
| ahab_gen_keys.sh | ||
| gen_env.sh | ||
| GNUmakefile | ||
| README.md | ||
AHAB Keygen
This is a utility script to generate a suitable CA and related keys for an NXP i.MX 93 using NXP's top-secret space-tech very-comfortable-to-work-with CST tooling.
The resulting artifacts are modeled after var-hab-certs should be consumable by related variscite-like yocto signing functionality.
Usage
Using an .env file:
bash ./gen_env.sh
CSTPATH="path/to/cst.tgz" bash ./ahab_gen_keys.sh
Without using an .env file:
CSTPATH="path/to/cst.tgz" AHAB_PASSWORD="pass" AHAB_SERIAL="1234567C" bash ./ahab_gen_keys.sh
The utility defaults looks for the CST tarball and env in PWD.