Skip to content

Commit

Permalink
IoTDB SSL parameter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudWise-Lukemiao committed Nov 7, 2023
1 parent 7d60b9b commit 3a88f2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions src/UserGuide/Master/Reference/DataNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ The permission definitions are in ${IOTDB\_CONF}/conf/jmx.access.

* enable\_thrift\_ssl

|Name| enable\_thrift\_ssl |
|:---:|:-------------------------|
|Description| dn\_rpc\_port enable SSL |
|Type| Boolean |
|Default| false |
|Effective| After restarting system |
|Name| enable\_thrift\_ssl |
|:---:|:---------------------------|
|Description|When enable\_thrift\_ssl is configured as true, SSL encryption will be used for communication through dn\_rpc\_port |
|Type| Boolean |
|Default| false |
|Effective| After restarting system |

### SSL Configuration

Expand Down
12 changes: 6 additions & 6 deletions src/zh/UserGuide/Master/Reference/DataNode-Config-Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB

* enable\_thrift\_ssl

|名字| enable\_thrift\_ssl |
|:---:|:--------------------|
|描述| dn\_rpc\_port 开启ssl |
|类型| Boolean |
|默认值| false |
|改后生效方式| 重启服务生效 |
|名字| |
|:---:|:----------------------------------------------|
|描述| 当enable\_thrift\_ssl配置为true时,将通过dn\_rpc\_port使用 SSL 加密进行通信 |
|类型| Boolean |
|默认值| false |
|改后生效方式| 重启服务生效 |

### SSL 配置

Expand Down

0 comments on commit 3a88f2c

Please sign in to comment.