mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
chmod +x
This commit is contained in:
Regular → Executable
Executable
+3
@@ -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