Skip to content

Commit

Permalink
fix permission bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust authored and HaoXuan40404 committed Jul 9, 2020
1 parent b8e1074 commit ccfbeb5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/manual/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ FISCO BCOS提供了脚本和Web3SDK用以创建账户,同时也提供了Web3SD

### 使用脚本创建账户

国密生成账户脚本`get_gm_account.sh`与非国密`get_account.sh`选项和使用方式一致,请参考操作即可,不再赘述。

#### 1. 获取脚本

```bash
Expand All @@ -27,6 +29,7 @@ curl -LO https://raw.githubusercontent.com/FISCO-BCOS/console/master/tools/get_a
```

国密版本请使用下面的指令获取脚本

```bash
curl -LO https://raw.githubusercontent.com/FISCO-BCOS/console/master/tools/get_gm_account.sh && chmod u+x get_gm_account.sh && bash get_gm_account.sh -h
```
Expand All @@ -48,6 +51,7 @@ Usage: ./get_account.sh
```

#### 2. 使用脚本生成PEM格式私钥

- 生成私钥与地址
```bash
bash get_account.sh
Expand Down
12 changes: 6 additions & 6 deletions docs/manual/permission_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,13 +303,13 @@ Empty set.
### 操作内容

本文档分别对以下功能进行权限控制的操作介绍:
- [授权账户为链管理员](./permission_control.html#id6)
- [授权账户为系统管理员](./permission_control.html#id7)
- [授权部署合约和创建用户表](./permission_control.html#id8)
- [授权账户为链管理员](./permission_control.html#id20)
- [授权账户为系统管理员](./permission_control.html#id21)
- [授权部署合约和创建用户表](./permission_control.html#id22)
- [授权利用CNS部署合约](./permission_control.html#cns)
- [授权管理节点](./permission_control.html#id9)
- [授权修改系统参数](./permission_control.html#id10)
- [授权账户写用户表](./permission_control.html#id11)
- [授权管理节点](./permission_control.html#id23)
- [授权修改系统参数](./permission_control.html#id24)
- [授权账户写用户表](./permission_control.html#id25)

### 环境配置
配置并启动FISCO BCOS 2.0区块链节点和控制台,请参考[安装文档](../installation.md)
Expand Down
2 changes: 2 additions & 0 deletions en/docs/manual/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ FISCO BCOS provides the get_account script and Web3SDK to create accounts, as we

### Use script to create account

The usage of `get_gm_account.sh` is the same as `get_account.sh`.

#### 1. get script

```bash
Expand Down
6 changes: 4 additions & 2 deletions en/docs/manual/permission_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## TODO: add Role Based Access control

### Roles and Permissions

## Permission conrtol based on Table permission

This section will introduce the operations concerning permission control, for details please check [Design of Permission Control](../design/security_control/permission_control.md).
Expand All @@ -15,8 +17,8 @@ For the system is defaulted with no permission setting record, any account can p
### Operations

The operations concerning permission control of following functions are introduced in this section:
- [Permission of chain manager](./permission_control.html#id6)
- [Permission of system manager](./permission_control.html#id7)
- [Permission of chain manager](./permission_control.html#grant-permission-of-chain-manager)
- [Permission of system manager](./permission_control.html#grant-permission-of-system-manager)
- [Permission of contract deployment and user table creation](./permission_control.html#id8)
- [Permission of Contract deployment using CNS](./permission_control.html#cns)
- [Permission of node management](./permission_control.html#id9)
Expand Down

0 comments on commit ccfbeb5

Please sign in to comment.