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
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
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