Merge pull request #1069 from tyll/certificate

Add new example certificate
This commit is contained in:
Brendan Coles
2014-12-04 16:56:45 +11:00

3
generate-certificate Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/sh
openssl req -new -newkey rsa:3072 -sha256 -x509 -days 3650 -nodes -out beef_cert.pem -keyout beef_key.pem -subj "/CN=localhost"