summaryrefslogtreecommitdiff
path: root/tools/signedconfig/gen_priv_key.sh
blob: 834c86bc8c1209a55aef443c8fbe14921c6bd5d8 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# This script acts as a record of how the debug key was generated. There should
# be no need to run it again.

openssl ecparam -name prime256v1 -genkey -noout -out debug_key.pem
openssl ec -in debug_key.pem -pubout -out debug_public.pem