Skip to content

Commit

Permalink
Update node_management.md en (#930)
Browse files Browse the repository at this point in the history
Co-authored-by: Xingqang Bai <bxq2011hust@qq.com>
  • Loading branch information
longdacao and bxq2011hust committed Sep 2, 2020
1 parent 1981f67 commit 19a88c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/docs/manual/node_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Operation steps:
```
# acquire script
$ curl -#LO https://raw.githubusercontent.com/FISCO-BCOS/FISCO-BCOS/master/tools/gen_node_cert.sh && chmod u+x gen_node_cert.sh
# execute, -c is the ca route given when the node was generated, agency is the agency name, -o is the name of the node folder to be generated
# execute, -c is the ca route given when the node was generated, agency is the agency name, -o is the name of the node folder to be generated ( use -g when the node type is GM )
$ ./gen_node_cert.sh -c nodes/cert/agency -o node2
```

Expand Down

0 comments on commit 19a88c6

Please sign in to comment.