I'm trying to complete a certificate generation utility that works with Netscape's <keygen> tag... NS generates a SPKAC (signed public key and challenge), while the NSS certificate libraries have fucntions that accept public keys as input parameters... how can i generate a cert for NS under these circumstances?
(1) can i extract the public key from the SPKAC programmatically using something from NSS? (2) anyone familiar with any other utility to extract the public key from an NS SPKAC? i'm using the java implementation of NSS to build the cert tool, so anything in java would be very much preferred... thanks, Ron
