Files
2016-02-29 13:37:27 -05:00

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"