Add scrip to generate certs
This commit is contained in:
parent
e0f0279570
commit
3a67a50671
4
gencerts.sh
Executable file
4
gencerts.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
openssl genrsa -out private.pem 2048
|
||||
openssl rsa -in private.pem -outform PEM -pubout -out public.pem
|
Loading…
Reference in New Issue
Block a user