You should be able to run the OpenSSL executable to generate the base64 encoding of the binary P7 file.
Just issue the following command:
 
OpenSSL pkcs7 -in inputfile.p7b -inform DER -out outputfile.pem
 
This should work, but you can add '-outform PEM' if you want to make it more readable.  PEM is the default format.  If you are running UNIX, the executable name may be all lowercase (i.e. openssl).
 
Peter K.
-----Original Message-----
From: Ron TJ HUANG [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 25, 2001 2:32 AM
To: [EMAIL PROTECTED]
Subject: where to find the executible openssl?

Dear all,
 
Is there an executible that can transform *.p7b into *.pem?
If yes, where can i find it?
 
Many thanks.
 
Ron.
 

Reply via email to