Hello Mustafa,
I used Entrust/Web Connector to generate client certificate. It generated in raw DER format. Is there anyway to convert to PKC#7 format?
PKCS#7 is a structure which comes in two forms PEM or DER. To convert a PEM format PKCS#7 structure into a DER form issue the below command. # openssl pkcs7 -inform PEM -in p7.pem -out p7.der -outform DER Regards, ViSolve Security Consulting Group. http://www.visolve.com/security/ Affordable Open Source Solutions for your Business. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]