Remove scripts

This commit is contained in:
Jan-Lukas Else 2020-09-24 18:50:38 +02:00
parent b50f4f55bb
commit ee02d0e03b
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env sh
openssl genrsa -out https/server.key 2048
openssl ecparam -genkey -name secp384r1 -out https/server.key
openssl req -new -x509 -sha256 -key https/server.key -out https/server.crt -days 3650