Skip to content

Commit

Permalink
fix description of generator (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Nov 2, 2020
1 parent d1896b3 commit c52d54c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/enterprise_tools/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ $./generator --download_console ./meta --cdn

## get_sdk_file

使用--get_sdk_file可以指定的目录下下获取控制台和sdk配置所需要的`node.crt``node.key``ca.crt``applicationContext.xml`
使用--get_sdk_file可以指定的目录下下获取控制台和sdk配置所需要的`node.crt``node.key``ca.crt`

使用示例:

Expand Down
3 changes: 2 additions & 1 deletion docs/enterprise_tools/tutorial_detail_operation_gm.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ bash ~/generator-C/nodeC/start_all.sh
./generator --download_console ./ --cdn
```

**修改国密配置**
使用`1.x`版本控制台,需要配置国密选项如下(**使用2.6.0+版本控制台不需要额外配置**):

```bash
vi ./console/conf/applicationContext.xml
Expand All @@ -974,6 +974,7 @@ vi ./console/conf/applicationContext.xml
</bean>
```


### 查看机构C节点4信息

机构A使用控制台加入机构C节点4为观察节点,其中参数第二项需要替换为加入节点的nodeid,nodeid在节点文件夹的conf的`gmnode.nodeid`文件
Expand Down
2 changes: 1 addition & 1 deletion en/docs/enterprise_tools/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ This command will configure the console under ./meta folder according to `node_d

## get_sdk_file

\--get_sdk_file command can acquire `sdk.crt`, `sdk.key`, `ca.crt` and `applicationContext.xml` that are needed in configuration of console and sdk under assigned section.
\--get_sdk_file command can acquire `sdk.crt`, `sdk.key`, `ca.crt` that are needed in configuration of console and sdk under assigned section.

For example:

Expand Down

0 comments on commit c52d54c

Please sign in to comment.