I need the ability to automatically check if the current user has a certificate installed from a specific issuer in the Firefox certificate store on Linux. Ideally I'd like to be able to this from outside of Firefox however doing it from a plugin is also an option.
The best I've come up with so far involves chaining certutil and grep but I figure there must be a better way... Any ideas?
Thanks for your help!