iw4x-client/scripts/convert_private_key.sh

5 lines
157 B
Bash
Raw Normal View History

2023-08-28 13:50:19 -04:00
#!/bin/bash
echo "Exporting DER rsa-private.key to PEM..."
openssl rsa -in rsa-private.key -inform DER -outform PEM -out exported-rsa-private.key