#!/bin/sh

openssl genrsa -out server.key 2048
openssl req -new -x509 -nodes -key server.key -out server.crt -batch
