Ferrite icon indicating copy to clipboard operation
Ferrite copied to clipboard

How to insert own RSA key into the server?

Open AndreyDaniluk opened this issue 2 years ago • 2 comments

I have already compiled my own client, and i have prepared RSA keys. How i can insert this keys into server? Just l can`t recompile client now. I see public and private .key files, but format is unknown for me

AndreyDaniluk avatar Feb 11 '23 14:02 AndreyDaniluk

Format is PKCS#1 but please look here to understand how it's generated/saved/loaded. Also as I am writing this I realize I save the private key only both as public and private keys.

aykutalparslan avatar Feb 11 '23 15:02 aykutalparslan

Format is PKCS#1 but please look here to understand how it's generated/saved/loaded. Also as I am writing this I realize I save the private key only both as public and private keys.

Sorry, but I so stupid to understand C# and key format:

AndreyDaniluk avatar Feb 11 '23 15:02 AndreyDaniluk