forked from mirror/openmw-tes3mp
4 lines
102 B
Bash
4 lines
102 B
Bash
|
openssl genrsa -out rootCA.key 2048
|
||
|
openssl req -x509 -new -key rootCA.key -days 365 -out rootCA.crt
|
||
|
|