Skip to content

Commit

Permalink
add guidance note of check_cert_issuer (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaychen2005 committed Jun 19, 2020
1 parent bb1154a commit efd78f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/manual/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ P2P配置示例如下:
- `cert`: 证书`node.crt`相对于`data_path`的路径。
- `ca_cert`: ca证书文件路径。
- `ca_path`: ca证书文件夹,多ca时需要。
- `check_cert_issuer`:设置SDK是否只能连本机构节点,默认为开启(check_cert_issuer=true)。

```ini
[network_security]
Expand Down
1 change: 1 addition & 0 deletions en/docs/manual/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ For security reasons, communication among FISCO BCOS nodes uses SSL encrypted co
- `cert`: The `data_path` path that certificate `node.crt` relative to.
- `ca_cert`: ca certificate file path.
- `ca_path`: ca certificate folder, required for multiple ca.
- `check_cert_issuer`:sets whether the SDK can only connect the nodes with same organization, which is turned on by default(check_cert_issuer=true).

```ini
[network_security]
Expand Down

0 comments on commit efd78f4

Please sign in to comment.