HTTPS Configuration
HTTPS communication can be configured for the following modules:
-
Data Processing Module (DPM): Both on the server and the client side.
-
Data Processing Engine (DPE): Only on the client side.
All properties listed are provided either through the Configuration Service, in the corresponding deployment for each module, or in the respective <module>/etc/application.properties
files.
HTTPS server settings
Setting the following properties enables HTTPS communication on DPM Admin Console.
By default, DPM is running at http://localhost:8031/
.
Make sure the file paths do not contain any space characters. |
Property | Data type | Description |
---|---|---|
|
String |
The type of keystore.
Possible values: |
|
String |
The full path to the keystore used for authentication.
For example, |
|
String |
The password for the keystore. |
|
String |
The name of the key used for encryption from the keystore file. |
|
Boolean |
Sets HTTPS communication between the DPM server and its clients as mandatory ( |
HTTPS client settings
The following properties are used to enable HTTPS protocol for outgoing communication between the DPM server or DPE and other services, such as ONE Object Storage Configuration and DPM CLI.
Make sure the file paths do not contain any space characters. |
Property | Data type | Description |
---|---|---|
|
Boolean |
Enables TLS communication on the client side. Default value: |
|
String |
The full path to a truststore file that contains public keys and certificates against which the client verifies the certificates from the server.
For example, |
|
String |
The password for the truststore. |
Was this page useful?