I'm doing the following to create a signed Firefox plugin

http://oyoy.eu/huh/firefox-extension-code-signed-with-spc-pvk/

However, I'm trying to automate the process, and the first step would be removing the need for pvkimprt. .NET code can export a PKCS#12 key with the private key from a PKCS#7 key, but it doesn't have the full chain of CAs, so is invalid for signing the plugin.

Would using the NSS API be a practical approach? It seems that Firefox can export keys and it uses NSS to do that? Have there been any attempts to do something like this in the past?

Cheers
John
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to