Alissa Cooper wrote: > I can create openssl client certificates for Netscape 4 just fine. > However, with Mozilla I get the following error message from openssl: > > unable to load Netscape SPKAC structure > 2160:error:0B081076:x509 certificate > routines:NETSCAPE_SPKI_b64_decode:base64 decode error:x509spki.c:92: > > Does anybody know what are the differences are between Mozilla and > Netscape > SPKAC structure? Does anyone have another way to create openssl client > certificates for Mozilla? > > Thanks, > Alissa >
Maybe you should make sure you have your cert in the right format. With OPENSSL, you can convert your PEM cert to PKCS#12 Mozilla only accepts PKCS#12 certificates. PKCS#12 is defined by RSA. -LL
