iw4x-client/scripts/convert_private_key.bat

4 lines
142 B
Batchfile
Raw Normal View History

2023-08-28 13:50:19 -04:00
@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