When you are working with JAVA applications and JAVA based server, you may need to configure a Java key store (JKS) file. Self signed keystore can be easily created with keytool command. But if you have a private key and a CA signed certificate of it, You can not create a key store with just […]
Tag: Private Key
When your keystore is compromised, you must change the password of it… Also when you are using/testing IDM products that are shipped with default keystores, It is always better to use them by changing the default passwords. Passwords of JKS files can be easily changed by using java keytool command as following… Use following keytool command to change the key store password […]