Date: Sun, 7 May 2000 15:03:30 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Steve Price <sprice@hiwaay.net> Cc: current@FreeBSD.ORG Subject: Re: RSA decrypt problems Message-ID: <Pine.BSF.4.21.0005071502080.38184-100000@freefall.freebsd.org> In-Reply-To: <Pine.OSF.4.21.0005071201350.24280-100000@fly.HiWAAY.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 May 2000, Steve Price wrote:
> # Then:
> #
> # dumpasn1 file.der
>
> root@bonsai(/usr/local/etc/apache/ssl.key)# dumpasn1 server.key
Nope, this is the .pem-encoded version. You need to decode it to .der
using:
openssl asn1parse -in server.key -out server.der
before running dumpasn1 on it.
Kris
----
In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe <forsythe@alum.mit.edu>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005071502080.38184-100000>
