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

Wanted feature: Adding `VerifyCertificate` action on a `TrustedCertificate` directly (on right click) #342

Closed The-Lum closed 2 years ago

The-Lum commented 2 years ago

Here is a wanted request about VerifyCertificate:

Then, next steps will be multiple VerifyCertificate action on multiple TrustedCertificate...

Is this PR is enough?

(FYI: @jgrateron)

kaikramer commented 2 years ago

Usually TrustedCertificate entries are root certificates, so the verify action is not too useful there, but there could be non-root certificates as TrustedCertificate entry as well. Also verify is already in the details as you have pointed out. So, the missing menu item seems like an oversight. PR was fine, thank you.