> I used Entrust/Web Connector to generate client
> certificate. It generated in raw DER format.  Is there
> anyway to convert to PKC#7 format?

| openssl pkcs7 [options] <infile >outfile
| where options are
|  -inform arg   input format - DER or PEM
|  -outform arg  output format - DER or PEM
|  -in arg       input file
|  -out arg      output file
|  -print_certs  print any certs or crl in the input
|  -text         print full details of certificates
|  -noout        don't output encoded data
|  -engine e     use engine e, possibly a hardware device.

best regards,
 Lars
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to