This commit is contained in:
3
generate-keys.sh
Normal file
3
generate-keys.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
openssl ecparam -genkey -name secp384r1 -noout -out new-private.pem
|
||||
openssl ec -in new-private.pem -pubout -out new-public.pem
|
||||
Reference in New Issue
Block a user