blob: 55c37898c446865007de3d82ed4f45336c1f2ae0 [file] [log] [blame]
#!/bin/sh
# Creates self-signed SSL certificates for use with signing server
openssl genrsa -out host.key 1024
openssl req -new -key host.key -x509 > host.cert