Hi,
I generate a public/private key-pair to create a certificate which I
then write to a file and use the ‘certutil.exe –A' call to add it to
the database.
You need to archive the key at the time of the keygen.
The certificate that you added with certutil only contains the public key, not the private key. If you want the private key, you'll need to create a pkcs#12 file that contains both the key and cert, and you can then import it with pk12util .
_______________________________________________
mozilla-crypto mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-crypto
