#!/bin/sh
#
# http://www.galwayland.com/notes/apachessl.htm
#
../bin/openssl req -new > server.csr
../bin/openssl rsa -in privkey.pem -out server.key
../bin/openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 3650