SeaLights Java Agent - Setup 2 way SSL (mTLS)
Sealights Java agents have the ability to send certificate identifying the client for every request they send to the sealights backend to initiate 2 way SSL communication.
Note that a backend configuration is also needed for 2 way SSL communication. Please contact customer success if you wish to enable it.
Instructions
To enable 2 way SSL please pass the following system parameters to the agent:
System property | Default value | Description |
---|---|---|
|
| Enables mTLS on agent side. |
| n/a | Path to keystore file. If not defined or file does not exists or is not accessible, mTLS support would be disabled. |
| n/a | Password to keystore file. Required, can not be empty. |
| n/a | Password to private key located into the keystore file. Required, can not be empty. |
| n/a | The keystore entry alias. Currently not required (single entry keystorefile support). |
Supported Agent versions from:
Java Agents:
4.0.2448
Gradle Plugin:
4.0.905
Maven Plugin:
4.0.1064