Skip to content

Commit

Permalink
[docs][*][0.2.0]: fix wrong denomination
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxyan authored Jan 2, 2024
1 parent 830dcde commit e31b97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ IV4AUtT9d+Y8gRK/kmNySzlJ32Shw3FNj8Uvy3yjBxjO6vKOWH5Jhu936zMWOgk=
首先是颁证服务的配置:

- authorizedKeyPem:有权限申请跨链身份(Relayer、PTC)的私钥,填入PEM格式的PKCS#8的私钥,目前仅支持Ed25519算法。
- authorizedPublicKeyPem:`authorizedKeyPem`对应的公钥,填入PEM格式的PKCS#8的私钥,目前仅支持Ed25519算法。
- authorizedPublicKeyPem:`authorizedKeyPem`对应的公钥,填入PEM格式的PKCS#8的公钥,目前仅支持Ed25519算法。
- authorizedSigAlgo:`authorizedKeyPem`私钥的签名算法,目前仅支持[Ed25519](http://oid-info.com/get/1.3.101.112)算法。
- clientCrossChainCertPem:Relayer的跨链证书,需要提前从BCDNS处获取。
- clientPrivateKeyPem:Relayer跨链证书持有者的私钥,填入PEM格式的PKCS#8的私钥,目前仅支持Ed25519算法。
Expand Down Expand Up @@ -476,4 +476,4 @@ AntChain Bridge 欢迎您以任何形式参与社区建设。

# License

详情参考[LICENSE](./LICENSE)
详情参考[LICENSE](./LICENSE)

0 comments on commit e31b97b

Please sign in to comment.