1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-25 19:39:40 +00:00
openmw-tes3mp/files/tes3mp/master/cert/genCA.sh

4 lines
102 B
Bash
Raw Normal View History

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