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

Custom DN field #382

Closed McLaynV closed 1 year ago

McLaynV commented 2 years ago

Is your feature request related to a problem? Please describe. When creating a certificate, in the "Edit name" dialog, I need to add a field in the DN that is not offered in the dropdown. For example a 2.5.4.97 = NTRCZ-47114983 like in this certificate: http://crt.postsignum.cz/crt/psqualifiedca4.crt

edit-name-dialog

Describe the solution you'd like It would be nice to also be able to add a custom field instead of only the predefined ones.

kaikramer commented 2 years ago

A custom DN field has been requested before, you can read my comment regarding this suggestion here

I will add "organizationIdentifier" (2.5.4.97) in the next release of KSE.

McLaynV commented 2 years ago

Hello @kaikramer, time has taught me that it is better to implement general solutions that can be extended without programming. On the other hand, the OIDs that KSE doesn't already support are quite exotic and the GUI might get unnecessarily complicated with a general solution.

Anyway, thank you for adding the OID and also thank you for the whole KSE - it is a great tool.