Update default certificate

This commit is contained in:
Brendan Coles
2019-02-16 13:51:26 +00:00
parent 138b5d9eb0
commit 64c12bd83b
4 changed files with 63 additions and 34 deletions

View File

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