Merge pull request #1069 from tyll/certificate
Add new example certificate
This commit is contained in:
3
generate-certificate
Executable file
3
generate-certificate
Executable 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"
|
||||
Reference in New Issue
Block a user