diff --git a/generate-certificate b/generate-certificate new file mode 100755 index 000000000..7b019f6df --- /dev/null +++ b/generate-certificate @@ -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"