kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Check if given public certificate is in store #136

Closed sargue closed 10 months ago

sargue commented 6 years ago

This is a feature request.

I found myself sometimes checking if a public certificate (usually a new trusted CA certificate) is present in a keystore (usually the cacerts).

It would be great that, upon opening a cacerts file, there were an option to "Check if certificate is trusted" or "Check if certificate is present". Probably not the same operation.

I could try to develop the feature myself with some guidance from the team.

sargue commented 6 years ago

Meanwhile, I've written a simple command line utility to check it. Can be found here.

kaikramer commented 6 years ago

If I understand this right, this is basically a search feature. Maybe a new feature of the upcoming version 5.4 already does the trick for you: In KSE 5.4 you'll be able to add additional columns, like for example the Subject DN of the certificates. Then you can sort by this column and find the certificate easily.

grafik

sargue commented 6 years ago

Yes, that would be an improvement.

kaikramer commented 10 months ago

I think this issue was already resolved with an earlier KSE release. Please comment if I am wrong.