what can I do to convert a SPKAC request into a PKCS#10 ? After that
will I be able to generate a SPKAC certificate from PKCS#10 request ?

You can't.

SPKAC is a signed pubkey and challenge. PKCS10 is a different
format of self-signed object.  You'd have to have the private
key present to generate either, and the ability to convert
between them would be proof that public key cryptography is
broken.

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

Reply via email to