Lets discuss; How you can properly configure KeyStores in WSO2 products. There are two main keystores in all products which are, In 4.2.X products Primary KeyStore which is used for SSL Registry KeyStore which is used for Data encryption and decryption. You can find that both KeyStore configurations in the /repository/conf/carbon.xml file. By default; same […]
Tag: JKS
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 […]
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 […]