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.67k stars 271 forks source link

gui improvement add column subject #383

Closed camproto closed 2 years ago

camproto commented 2 years ago

Is your feature request related to a problem? Please describe. Currently I open a lot of pfx certificates and has to check for the CN in the subject. All my files are named tls.pfx for consistency in my microservices project (about 20). Because of the same file name and the cn missing in the columns I easily get confused, because they look all the same in the main gui window.

Describe the solution you'd like I would like to see a new column with the subject in the main gui window.

Additionally I hat to check the subject alternative name, which is currently only available in the separate extensions dialog. Would like to see it directly in the certificate details window, maybe under the subject field. This will reduce one click more to open extensions.

Describe alternatives you've considered

Additional context

kaikramer commented 2 years ago

That is already possible. You can select the shown columns in the preferences, among the choices are subject DN and also only the CN: grafik

The SAN extension is a bit difficult to show in the main table because it can contain multiple values.

kaikramer commented 2 years ago

Oh, you meant to show the SAN extension in the details window. That is possible of course. I'll consider adding this.

camproto commented 2 years ago

Thanks for that information! That's what I'm looking for. The alternative name is not that important for me anymore. I'm happy that I can distinguish the opened certificate now through the additional columns! From my point of view you can close this ticket.