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.
|