christian-korneck / firefox_add-certs

script to add new CA certificates to the Firefox trusted certificate store on Windows
The Unlicense
41 stars 8 forks source link

Add an option to list CAs #1

Open ju916 opened 8 years ago

ju916 commented 8 years ago
Request for feature: Add "--list" to display all active CA certificates.

This is easy to implement and allows to check, if your add operation was sucessfull. It would save people from having to face certutil itself ;-)

You just need to filter out the intermediate certificates that are saved in cert8.db also.

ju916 commented 8 years ago

I did a simple implementation of a show-certs.cmd Use it as you see fit. show-certs.txt