RE: Convert .pem to .crt and .key files

2013-12-16 Thread Dave Thompson
Two nits: > From: owner-openssl-users On Behalf Of Viktor Dukhovni > Sent: Monday, December 16, 2013 10:37 > On Mon, Dec 16, 2013 at 04:03:30PM +0100, lists wrote: > > > >I have a .pem file. Is there a way to get it converted into .crt > > >and .key files using openssl tool. > > > > ".pem" doesn

Re: Convert .pem to .crt and .key files

2013-12-16 Thread Viktor Dukhovni
On Mon, Dec 16, 2013 at 04:03:30PM +0100, lists wrote: > >I have a .pem file. Is there a way to get it converted into .crt > >and .key files using openssl tool. > > ".pem" doesn't say much. > If it is a file containing both the key and the certificate and it > is in PEM format (as the name sugges

Re: Convert .pem to .crt and .key files

2013-12-16 Thread lists
".pem" doesn't say much. If it is a file containing both the key and the certificate and it is in PEM format (as the name suggests), it is a sort of text. You can simply edit it and split it in two files, one containing the part -BEGIN CERTIFICATE- data... data... data... -END CERT

Convert .pem to .crt and .key files

2013-12-13 Thread Kaushal Shriyan
Hi, I have a .pem file. Is there a way to get it converted into .crt and .key files using openssl tool. Please suggest. Regards, Kaushal