Added script to generate keys

This commit is contained in:
2025-03-12 22:27:43 +01:00
parent c07e5b5ceb
commit 748ff2b66a

2
gen_keys.sh Normal file
View File

@@ -0,0 +1,2 @@
openssl ecparam -genkey -noout -name prime256v1 | openssl pkcs8 -topk8 -nocrypt -out priv.pem
openssl ec -in priv.pem -pubout > pub.pem