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 <[EMAIL PROTECTED]>



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to