scop / portecle

User friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more
http://portecle.sourceforge.net/
GNU General Public License v2.0
145 stars 45 forks source link

Ability to open a keystore and search for a cert via the cert file #65

Open bdw429s opened 5 years ago

bdw429s commented 5 years ago

I put in ticket #64 to have a basic keystore search feature within the GUI, but along the same lines, sometimes I have a cacerts keystore and I also have a cert file (possibly exported from my browser) and I'd like to check and see if that cert file, or one of the certs in its path is in the store. It would be great to be able to open a key store, and then choose a cert file and have Portecle check and see if that cert or one of the certs in its path is in the store. This would be great to troubleshoot issues connecting to HTTPS endpoints when the root cert is missing from my store.

bdw429s commented 5 years ago

And to add to this-- it would be even cooler to open up a store, then use the "Examine SSL/TSL Connection" to specify a domain and have Portecle tell me if that cert is going to be trusted based on the open keystore.