News  [SoftwareSite

Latest News
Older News
RSS Feed
 
Complete Projects
Useful Classes
Top Downloads
Message Board
AllAPI.net
 
Send Comments
Software License
Mentalis.org Buttons
Donate
 
Forums -> Security Library Forum
 
RSA client key to pvk format  
by Mathew [mmathew at red-usa dot com]
posted on 2004/04/05

This maybee a newbie question.
I am writing a C# client application that connects to an already existing server application.

I have an RSA client key and a pem certificate to authenticate against the server.

The crypto api does not seem to have a function to associate the certificate with a RSA client key. Do I need to convert the file to a pvk file. Can someone recomend a utility to do this.

thanks.

by mathew [mmathew at red-usa dot com]
posted on 2004/04/05

also how would I specify the ca.pem file

by Thomy [thomas at mutter dot ch]
posted on 2004/04/10

I did this using openssl:

openssl pkcs12 -export -in cert.pem -inkey certkey.pem -name 'My Certificate' -out cert.p12

Thomy

 

Copyright © 2002-2007, The Mentalis.org Team. All rights reserved.
This site is located at http://www.mentalis.org/
Send comments to the webmaster.