On Thu, Jun 24, 2004, McCune, Michael wrote:
> Hi Andy,
>
> My prior post might help you (below). I basically decrypted the
> original key (using "openssl pkcs8") I had generated with OpenSSL (a RSA
> key), and at the same time, it was converted to a PKCS8 format.
>
> I stripped off the header
t;>
>__
>OpenSSL Project http://www.openssl.org
>User Support Mailing List[EMAIL PROTECTED]
>Automated List Manager [EMAIL PROTECTED]
>
>
Well, x509 specifies the representations of crypto objects
(like certificates and keys) as sequences of binary bytes [1].
DER [2] is just those binary bytes in a file, while PEM [3]
is a way to encode x509 as a sequence of printable characters.
So it is entirely possible for a file to be both PEM a
Greetings all,
I am new to this list. I am also new to understanding a lot
of SSL encryction. What I am attemting to/need to do is to
take an existing private key created with the openSSL tool
and the certificate reponse from verisign and be able to use
it with tomcat. We have just installed /