goselfupdatetest/genKeys.sh
Lukas Bachschwell 74bf044c74
Add sig validation in binary
Signed-off-by: Lukas Bachschwell <lukas@lbsfilm.at>
2021-01-09 17:45:42 +01:00

4 lines
126 B
Bash
Executable File

#!/bin/sh
openssl ecparam -name prime256v1 -genkey -noout -out privkey.pem
openssl ec -in privkey.pem -pubout -out pubkey.pem