This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Working with Security
After you install WSO2 MB, it is recommended to change the default security settings according to the requirements of your production environment. As MB is built on top of the WSO2 Carbon Kernel (version 4.4.3), the main security configurations applicable to MB are inherited from the Carbon kernel.
You can find detailed information on how to configure security in your MB as explained below.
Configuration | Description |
---|---|
Configuring keystores | A keystore is a repository that stores the cryptographic keys and certificates. These artifacts are used for encrypting sensitive information, and establishing trust between your server and outside parties that connect to your server. All WSO2 products come with a default keystore ( See the following in the WSO2 Carbon documentation:
|
Securing sensitive passwords | As a secure vault implementation is available in all WSO2 products, you can encrypt the sensitive data such as passwords in configuration files using the Cipher tool. See the following in the WSO2 Carbon documentation: |
Enabling JAVA security manager | See the topic enabling JAVA security manager in the WSO2 Carbon documentation on how to prevent untrusted code from manipulating your system. |