Re: How to do Authentication using Public key ? (General questions)
Hi Damba,
I tried the http://www.weonlydo.com/HttpDLX/Help/wodHttpDLX-Certificate.html
as below
To Generate the Private key
Dim wodHttp1 As New wodHttpDLXCom
Set wodHttp1.Certificate = New Certificate
wodHttp1.Certificate.GenerateKey 0 'RSAkey
wodHttp1.Certificate.SaveKey C:mykey.txt
And Used that private key with my certificate
m_wodCertificate.LoadKey c:mykey.txt
m_wodCertificate.Load D:SS22232_Amexfsgatewaytest_certificatefsgatewaytest_certificate.crt
But i am getting an error Private key does not belong to the certificate.
Please Help!
Thanks
SUGI
Complete thread:
- How to do Authentication using Public key ? - Sugi, 2012-11-08, 09:39
- Re: How to do Authentication using Public key ? - wodDamir, 2012-11-08, 10:01
- Re: How to do Authentication using Public key ? - Sugi, 2012-11-08, 10:42
- Re: How to do Authentication using Public key ? - wodDamir, 2012-11-08, 13:28
- Re: How to do Authentication using Public key ? - Sugi, 2012-11-08, 13:36
- Re: How to do Authentication using Public key ? - wodDamir, 2012-11-08, 14:33
- Re: How to do Authentication using Public key ? - Sugi, 2012-11-08, 14:56
- Re: How to do Authentication using Public key ? - wodDamir, 2012-11-08, 15:59
- Re: How to do Authentication using Public key ? - Sugi, 2012-11-08, 14:56
- Re: How to do Authentication using Public key ? - wodDamir, 2012-11-08, 14:33
- Re: How to do Authentication using Public key ? - Sugi, 2012-11-08, 13:36
- Re: How to do Authentication using Public key ? - wodDamir, 2012-11-08, 13:28
- Re: How to do Authentication using Public key ? - Sugi, 2012-11-08, 10:42
- Re: How to do Authentication using Public key ? - wodDamir, 2012-11-08, 10:01