Add scrip to generate certs

This commit is contained in:
Yuri Iozzelli 2020-09-27 15:19:31 +02:00
parent e0f0279570
commit 3a67a50671
1 changed files with 4 additions and 0 deletions

4
gencerts.sh Executable file
View 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