Creating Key alias password for Key Store alias

How can i create Key alias password for a KeyStore alias?

Hi Akash,
Not sure if your query is resolved but answer to question is when you add private key to key store using following command it ask you to set password for it.

keytool -importkeystore -srckeystore -srcstoretype PKCS12 -destkeystore

1 Like

Or you could use a GUI Tool like Key Store Explorer, but, you’ll need to also install the Enhanced Cryptography as well.