mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-07 04:45:35 +00:00
3 lines
102 B
Bash
Executable file
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
|
|
|