Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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
Or you could use a GUI Tool like Key Store Explorer, but, you’ll need to also install the Enhanced Cryptography as well.