All docs
This doc
...
By default, the following files of each SP profile provide paths refers to these keystores:
<SP_HOME>/wso2/<PROFILE>/bin/carbon.s
h file
This script is run when you start an SP server. It contains the following parameters, and makes references to the two files mentioned above by default.
Parameter | Default Value | Description |
---|---|---|
keyStore | "$CARBON_HOME/resources/security/wso2carbon.jks" \ | This specifies the path to the keystore to be used when running the SP server on a secure network. |
keyStorePassword | "wso2carbon" \ | The password to access the keystore |
trustStore | "$CARBON_HOME/resources/security/client-truststore.jks" \ | This specifies the path to the trust store to be used when running the server on a secure network. |
trustStorePassword | "wso2carbon" \ | The password to access the trust store. |
<SP_HOME>/conf/<PROFILE>/deployment.yaml
file refers to the above keystore and trust store by default for the following configurations:...