Marco Busschots wrote:
>
> I am using Nescape6.
Is Netscape 6 different with <keygen> from Netscape 4.x?
> I made a form with input fields according to the Distinguished name
> attributes (CN, O, OU, ...) added the netscape KEYGEN tag and submitted the
> form (method = "post", action = "some.asp").
> Then I catch the resulting string (I tried with the complete one
> (request.form) and with the one specific for the KEYGEN tag).
Did you write a SPKAC file?
----------------------- snip -----------------------
countryName = DE
organizationName = stroeder.com
commonName = Michael Str�der
emailAddress = [EMAIL PROTECTED]
SPKAC = MIIBQTCBqzCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYE [..]
----------------------- snip -----------------------
The SPKAC field should not contain any line separators (for
OpenSSL). Don't know about Netscape's Certificate Server though.
Ciao, Michael.