Question : Convert X.509 PFX certificate to .CRT and .KEY File

I have a Certificate for a Secure Server (SSL) X.509 in a PFX file, and I need to convert to install in our ssl appliance two files

- The Certificate in CRT binary or Base64 format (Example server.crt)
- The KEY file that is was generated in the CSR process (Example: server.key)

How can I get this two files from the PFX file?

Answer : Convert X.509 PFX certificate to .CRT and .KEY File

easiest tool to use is this one:

http://sourceforge.net/projects/xca

its free, and can import/export ssl files in all the usual formats other than java keystore.
Random Solutions  
 
programming4us programming4us