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

[no subject]

2013-12-16 Thread Patetta, Nicholas
Please remove from this mailing list. Thanks.

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

Re: use openssl function in own application

2013-12-16 Thread Andreas Moroder
Hello Matt, my question was wrong, because I have to admin, that I did, at the moment of the post, not know what the line I posted does. thank you very much for the explanation and the links Andreas Am 14.12.2013 14:10, schrieb Matt Caswell: On 13 December 2013 17:33, andreas wrote: Hel