Add new example certificate

Update the expired certificate with a new one and add a certificate
generation script.
This commit is contained in:
Till Maas
2014-11-12 22:13:24 +01:00
parent caebadf158
commit 62d7a6c598

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"