Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to insert own RSA key into the server? #464

Open
AndreyDaniluk opened this issue Feb 11, 2023 · 2 comments
Open

How to insert own RSA key into the server? #464

AndreyDaniluk opened this issue Feb 11, 2023 · 2 comments

Comments

@AndreyDaniluk
Copy link

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

@aykutalparslan
Copy link
Owner

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.

@AndreyDaniluk
Copy link
Author

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants