rcon with rsa cryptography
This commit is contained in:
3
scripts/convert_private_key.bat
Normal file
3
scripts/convert_private_key.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@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
|
4
scripts/convert_private_key.sh
Normal file
4
scripts/convert_private_key.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/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
|
Reference in New Issue
Block a user