mirror of
https://github.com/EmpireProject/EmPyre
synced 2026-06-08 10:57:53 +00:00
6 lines
198 B
Bash
Executable File
6 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
|
|
openssl req -new -x509 -keyout ../data/empyre.pem -out ../data/empyre.pem -days 365 -nodes -subj "/C=US" >/dev/null 2>&1
|
|
|
|
echo -e "\n\n [*] Certificate written to ../data/empyre.pem\n"
|