当前位置:网站首页>长安链学习笔记-证书研究之证书模式
长安链学习笔记-证书研究之证书模式
2022-07-06 18:34:00 【InfoQ】
crypto_config:
- domain: chainmaker.org
host_name: wx-org
count: 4 # 如果为1,直接使用host_name,否则添加递增编号
# pk_algo: sm2
pk_algo: ecc_p256
ski_hash: sha256
#pkcs11配置
pkcs11:
enabled: false
library: /usr/local/lib64/pkcs11/libupkcs11.so
label: HSM
password: 11111111
session_cache_size: 10
hash: "SHA256" # hash algorithm used to compute SKI
specs: &specs_ref
expire_year: 10
sans:
- chainmaker.org
- localhost
- 127.0.0.1
location: &location_ref
country: CN
locality: Beijing
province: Beijing
# CA证书配置
ca:
location:
<<: *location_ref
specs:
<<: *specs_ref
# 节点证书配置
node:
- type: consensus
# 共识节点数量
count: 1
# 共识节点配置
location:
<<: *location_ref
specs:
<<: *specs_ref
expire_year: 5
- type: common
# 普通节点数量
count: 1
# 普通节点配置
location:
<<: *location_ref
specs:
<<: *specs_ref
expire_year: 5
user:
- type: admin
# 管理员证书数量
count: 1
# 管理员证书配置
location:
<<: *location_ref
expire_year: 5
- type: client
# 普通用户证书数量
count: 1
# 普通用户证书配置
location:
<<: *location_ref
expire_year: 5
- type: light
# 轻节点用户证书数量
count: 1
# 轻节点用户证书配置
location:
<<: *location_ref
expire_year: 5
- host_name: wx-org
- count: 4 # 如果为1,直接使用host_name,否则添加递增编号
边栏推荐
- 2022/0524/bookstrap
- JS Es5 can also create constants?
- Telnet,SSH1,SSH2,Telnet/SSL,Rlogin,Serial,TAPI,RAW
- Halcon knowledge: segment_ contours_ XLD operator
- centos8 用yum 安装MySQL 8.0.x
- Modify the system time of Px4 flight control
- ROS学习(25)rviz plugin插件
- Cat recycling bin
- ROS learning (21) robot slam function package -- installation and testing of orbslam
- 微服务架构介绍
猜你喜欢

Flir Blackfly S工业相机:颜色校正讲解及配置与代码设置方法

Baidu flying general BMN timing action positioning framework | data preparation and training guide (Part 1)

Flir Blackfly S 工业相机:自动曝光配置及代码

使用Ceres进行slam必须要弄清楚的几个类和函数

Recognition of C language array

PartyDAO如何在1年内把一篇推文变成了2亿美金的产品DAO

场景实践:基于函数计算快速搭建Wordpress博客系统

centos8安装mysql报错:The GPG keys listed for the “MySQL 8.0 Community Server“ repository are already ins

STM32F4---PWM输出

Box stretch and pull (left-right mode)
随机推荐
ROS学习(26)动态参数配置
centos8安装mysql报错:The GPG keys listed for the “MySQL 8.0 Community Server“ repository are already ins
Flir Blackfly S USB3 工业相机:计数器和定时器的使用方法
刨析《C语言》【进阶】付费知识【完结】
FLIR blackfly s industrial camera: configure multiple cameras for synchronous shooting
MySQL最基本的SELECT(查询)语句
First experience of JSON learning - the third-party jar package realizes bean, list and map to create JSON format
Centos8 install MySQL 8.0 using yum x
FLIR blackfly s usb3 industrial camera: white balance setting method
Flir Blackfly S USB3 工业相机:白平衡设置方法
uva 1401 dp+Trie
2022/0524/bookstrap
Hutool post requests to set the body parameter to JSON data
Unicode string converted to Chinese character decodeunicode utils (tool class II)
Telnet,SSH1,SSH2,Telnet/SSL,Rlogin,Serial,TAPI,RAW
强化学习如何用于医学影像?埃默里大学最新《强化学习医学影像分析》综述,阐述最新RL医学影像分析概念、应用、挑战与未来方向
Stm32f4 --- general timer update interrupt
CISP-PTE之命令注入篇
我如何编码8个小时而不会感到疲倦。
AcWing 1142. Busy urban problem solving (minimum spanning tree)