Hi,

The quick version:
Is it possible to extract the public key from a PKCS#10 using openssl?

More detailed description of my problem:
I would like to issue certificates using openSSL and support both Netscape
and IE browsers.

When using Netscape as browser, my cgi script creates a file named
cert.request containing CN, EMAIL, O, .. and SPKAC. My script then executes
"openssl ca -spkac cert.request <other parameters>" which generates a
certificate as output, that I can easily install.

When using IE I would like to be able to use the same strategy. However,
given the PKCS#10 created by IE, I cannot find a way to extract the public
key contained within it.

(Please note that I would like not to use my PKCS#10 directly as input for
"openssl ca")

Any help is appreciated ..

--
Carsten Raskgaard
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to