* Lutz Jaenicke wrote on Tue, Aug 12, 2008 at 08:47 +0200:
> Please help me with the command line to convert a DER
> Certificate to PEM Certificate. 

$ openssl x509 -inform der -outform pem < certificate.der

or

$ openssl x509 -inform der -text < certificate.der

(which includes a human readable description before the PEM block)

> Also please confirm when I convert it to PEM will the
> certificate have the private key or not.

(your certificate certifies the /public/ key of course, as the
 private key should not be published but kept private, check with
 `openssl -text')

oki,

Steffen
 
About Ingenico Throughout the world businesses rely on Ingenico for secure and 
expedient electronic transaction acceptance. Ingenico products leverage proven 
technology, established standards and unparalleled ergonomics to provide 
optimal reliability, versatility and usability. This comprehensive range of 
products is complemented by a global array of services and partnerships, 
enabling businesses in a number of vertical sectors to accept transactions 
anywhere their business takes them.
www.ingenico.com This message may contain confidential and/or privileged 
information. If you are not the addressee or authorized to receive this for the 
addressee, you must not use, copy, disclose or take any action based on this 
message or any information herein. If you have received this message in error, 
please advise the sender immediately by reply e-mail and delete this message. 
Thank you for your cooperation.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to