openmw-tes3coop/files/tes3mp/master/cert/genCA.sh

3 lines
102 B
Bash
Executable file

openssl genrsa -out rootCA.key 2048
openssl req -x509 -new -key rootCA.key -days 365 -out rootCA.crt