...
- Log in to the product's management console and select sub menu Keystores under the Configure menu.
- The Keystore Management page opens. Click Add New Keystore.
- In the page that opens, provide the following information:
- Keystore File : The file where security certificates are stored in order to sign data to be transmitted.
- Keystore Password : Must give the same password required to access the private key.
- Provider :
- Keystore Type : WSO2 supports two types of keystores as follows:
- JKS (Java Keystore) : You can read and store key entries and certificate entries in this type. Key entries can store only private keys.
- PKCS12 (Public Key Cryptography Standards) : You can read a keystore in this format and export the information from that keystore, but you cannot modify the keystore. This is used to import the certificates from different browsers into your Java keystore.
- Keystore File : The file where security certificates are stored in order to sign data to be transmitted.
- Click Next, provide Private Key Password in and Finish.