Remove gencerts.sh

This commit is contained in:
Yuri Iozzelli 2020-10-25 09:34:55 +01:00
parent dfa69c9204
commit 157cac6fb3
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
openssl genrsa -out private.pem 2048
openssl rsa -in private.pem -outform PEM -pubout -out public.pem