Hi there,

We came across a possible bug while using the above version of OpenSSL when 
converting an Apache .PFX certificate to a .PEM certificate in order to use it 
on a Citrix NetScaler appliance which runs on FreeBSD. The onversion using the 
following command :

 openssl pkcs12 -in c:\certs\test.pfx -out c:\certs\test.pem -nodes

This creates an incorrect header for the Private Key. Our only option then is 
to either manually edit the file or re-encrypt ith the following command :

 openssl rsa -in ssl.key/server.key -des3 -out ssl.key/serverDes3.key

 
http://www.issociate.de/board/post/44896/RSA_SSL_encrypted_private_keys_unreadable_by_Apache?.html
 

We have tried this on a number of different OS's (Mac, Solaris etc) and they 
seem to have the same issues. The only version that works within Windows is 
0.98k (I didnt try 0.98o)...

 Can you tell me if this is a bug or if we have been doing something wrong?

 Thanks!

 Regards

 Sharin Yeoh  |  Senior Systems Engineer  |  CSG Limited  |  T +61 8 8406 1400  
|  D +61 8 8406 1479  |  F +61  8406 1444  | M +61 407 005 198  |  E 
sharin.y...@csg.com.au 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to