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

[question] is there a command line (open w/ pass) #367

Closed ghost closed 2 years ago

ghost commented 2 years ago

is there a command-line interface? I already figured out that first argument is the keystore,
but is there anyway to provide a keystore password. I'm fine with plain text.

(could not get anything with -h, --h, -help, --help and the documentation cover just GUI).

kaikramer commented 2 years ago

No, there is no command-line interface.

It is true that you can pass files as parameters to KSE - not only one and not only keystores but any format that KSE supports (like PKCS#8/OpenSSL key files, certificates, CRLs and even signed jar files). That is necessary in order to associate certain file types (for instance keystores) with KSE, so that KSE is opened when you click on those files. It also allows drag and drop on the application icon. But it was not intended to have a CLI for KSE.

I have explained in this comment why it would make no sense: https://github.com/kaikramer/keystore-explorer/issues/62#issuecomment-258132844