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
Please remove from this mailing list. Thanks.
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
".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
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