Oh that worked.........Thank you very much :)

Larry Bugbee-2 wrote:
> 
>> 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]
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Certificate-Expiry-and-pem-file-tp19850758p19870314.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to