Files
beef/tools/generate-certificate
Brendan Coles 2ff49ecb79 chmod +x
2014-12-04 06:10:05 +00:00

4 lines
140 B
Bash
Executable File

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