Just a quick tip -- you can convert the PKCS#7 certificates that Entrust exports in a binary format (*.p7c) to an ascii format *.PEM file:
C:\OpenSSL\bin>openssl pkcs7 -in c:\bens_cert.p7c -inform DER -outform PEM -out c:\bens_cert.pem
References:
http://forum.pgp.com/pgp/board/message?board.id=46&thread.id=1148
https://www.sipit.net/CertToolsInstructions
No comments:
Post a Comment