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

Select which extensions to add when generating CSR #207

Open something-something-new opened 4 years ago

something-something-new commented 4 years ago

When generating a CSR from an existing certificate, you can either add all existing extensions or exclude them entirely.

Request: Make the 'Add certificate extensions to request' checkbox a button 'Extensions' that opens a UI element populated with the existing extensions. Let the user select via checkboxes which extensions to include.

For example include subject alternative names, but exclude MS cert template information.