Link to home
Start Free TrialLog in
Avatar of Roger Alcindor
Roger Alcindor

asked on

How to configure a given RSA public key on a windows 10 PC

I am using a VCL WEBSockets component from IPWorks to write a WebSocket server application.
I am initially using the Demo server application source code that was provided with the product (a trial version).
The code compiles with C++ Builder XE10.2 and runs. At run-time  you have to supply a TCP port number upon which the server will be listening.
There is also the option at run-time to select or de-select the use of SSL. When SSL is selected the demo program displays the key that it is using as follows which includes an RSA public key:

Issuer: CN=Token Signing Public Key
Subject: CN=d96a8295f11e5dfd
Version: V3
Serial Number: f1c56f5305f258ed5ac99ee94dea627efc92481a
Signature Algorithm: DATA_STRUCTURE
Effective Date: 20-Dec-2016 02:15:23
Expiration Date: 27-Dec-2016 02:15:23
Public Key Algorithm: RSA_RSA
Public Key Length: 1024
Public Key: -----BEGIN RSA PUBLIC KEY-----
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDGBHHSwSweChfdD/EqXR2QkBs5
vB4iRs1oWEmjLlE9DwY37oT0o3Wa2OpXOp+KOgxxq8f0yJ0+qTDWYPd3fVLx1nO4
vRiRX4R6yDPl4JwhdOE0jCK7CTWgNNj/EVEBP2d1putJDdsc2rINRytUf9Z5OpBc
nTfQ+hlSwkasoKWQfwIDAQAB
-----END RSA PUBLIC KEY-----

Where and how do I register this public key on the Windows 10 Professional PC from which a connection with the server will be made?

I know very little about technicalities of SSL or TLS.
Avatar of George Walton
George Walton
Flag of United Kingdom of Great Britain and Northern Ireland image

Where and how do I register this public key on the Windows 10
Are You sure in that?
https://en.wikipedia.org/wiki/Transport_Layer_Security

Perhaps Certificate can be registered
ASKER CERTIFIED SOLUTION
Avatar of Roger Alcindor
Roger Alcindor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Roger Alcindor
Roger Alcindor

ASKER

I no longer need a solution and the one comment that I received did not provide specific information.