iw4x-client/scripts/convert_private_key.bat
2023-08-28 19:50:19 +02:00

4 lines
142 B
Batchfile

@echo off
echo Exporting DER rsa-private.key to PEM...
openssl rsa -in rsa-private.key -inform DER -outform PEM -out exported-rsa-private.key