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

Import multiple certs from a single (PEM) #441

Closed 2320790 closed 1 year ago

2320790 commented 1 year ago

KSE shows all the certificates/keys included in a single PEM file. When it comes to importing them to keystore/truststore, each cert has to be imported individually. It would be nice to provide an option to import multiple certs at once.

kaikramer commented 1 year ago

There has been a feature request recently to support PEM as a new keystore type and I think this is a very good suggestion. For your use case this would also be a valid solution, I assume.

kaikramer commented 1 year ago

Closing this as a duplicate