One of our clients are renewing the digital certificates on their side as it is due to expire and would be rolling over to a new certificate.They have provided a .cer file.Actually we decrypt the messages from them.I understand that I need to generate a .pem file from this .cer file.Can anyone help me
in achieveing this.

to convert to pem, try:
   openssl x509 < nameofcerfile.cer > nameofpemfile.pem

if all you want to do is see it, try:
   openssl x509 -text < nameofcerfile.cer


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to