This website requires JavaScript.
Explore
Help
Register
Sign In
WolfSSL
/
wolfBoot
mirror of
https://github.com/wolfSSL/wolfBoot.git
Watch
1
Star
0
Fork
You've already forked wolfBoot
0
Code
Issues
Releases
Wiki
Activity
2d6308ec2c
wolfBoot
/
tools
/
scripts
/
tc3xx
/
gen-tc3xx-keys.sh
6 lines
95 B
Bash
Raw
Blame
History
#!/bin/bash
set
-euxo pipefail
(
cd
../../../
&&
tools/keytools/keygen --rsa4096 -g priv.der
)
Reference in New Issue
View Git Blame
Copy Permalink