Move keys script to /scripts

This commit is contained in:
2025-03-15 21:20:04 +01:00
parent 0c5b339c66
commit 2c7787f7da

2
scripts/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