当前位置:网站首页>Chang'an chain learning notes - certificate model of certificate research
Chang'an chain learning notes - certificate model of certificate research
2022-07-07 02:11:00 【InfoQ】
crypto_config:
- domain: chainmaker.org
host_name: wx-org
count: 4 # If 1, Use it directly host_name, Otherwise, add an incremental number
# pk_algo: sm2
pk_algo: ecc_p256
ski_hash: sha256
#pkcs11 To configure
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 Certificate configuration
ca:
location:
<<: *location_ref
specs:
<<: *specs_ref
# Node certificate configuration
node:
- type: consensus
# Number of consensus nodes
count: 1
# Consensus node configuration
location:
<<: *location_ref
specs:
<<: *specs_ref
expire_year: 5
- type: common
# Number of ordinary nodes
count: 1
# Common node configuration
location:
<<: *location_ref
specs:
<<: *specs_ref
expire_year: 5
user:
- type: admin
# Number of administrator certificates
count: 1
# Administrator certificate configuration
location:
<<: *location_ref
expire_year: 5
- type: client
# Number of ordinary user certificates
count: 1
# Common user certificate configuration
location:
<<: *location_ref
expire_year: 5
- type: light
# Number of user certificates of light nodes
count: 1
# Light node user certificate configuration
location:
<<: *location_ref
expire_year: 5
- host_name: wx-org
- count: 4 # If 1, Use it directly host_name, Otherwise, add an incremental number
边栏推荐
- ROS learning (XX) robot slam function package -- installation and testing of rgbdslam
- centos8安装mysql报错:The GPG keys listed for the “MySQL 8.0 Community Server“ repository are already ins
- Baidu flying general BMN timing action positioning framework | data preparation and training guide (Part 2)
- Basic introduction and use of dvajs
- Flir Blackfly S USB3 工业相机:计数器和定时器的使用方法
- ROS学习(21)机器人SLAM功能包——orbslam的安装与测试
- Redis tool class redisutil (tool class III)
- 最近小程序开发记录
- FLIR blackfly s industrial camera: auto exposure configuration and code
- sql中批量删除数据---实体中的集合
猜你喜欢
Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
LeetCode. Sword finger offer 62 The last remaining number in the circle
Batch delete data in SQL - set in entity
Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
ROS学习(二十)机器人SLAM功能包——rgbdslam的安装与测试
建议收藏!!Flutter状态管理插件哪家强?请看岛上码农的排行榜!
大咖云集|NextArch基金会云开发Meetup来啦!
Make DIY welding smoke extractor with lighting
Jacob Steinhardt, assistant professor of UC Berkeley, predicts AI benchmark performance: AI has made faster progress in fields such as mathematics than expected, but the progress of robustness benchma
Yiwen takes you into [memory leak]
随机推荐
Centros 8 installation MySQL Error: The gpg Keys listed for the "MySQL 8.0 Community Server" repository are already ins
Flir Blackfly S工业相机:颜色校正讲解及配置与代码设置方法
Baidu flying general BMN timing action positioning framework | data preparation and training guide (Part 1)
传感器:DS1302时钟芯片及驱动代码
最近小程序开发记录
ROS learning (XIX) robot slam function package cartographer
Hutool post requests to set the body parameter to JSON data
Curl command
Redis tool class redisutil (tool class III)
大咖云集|NextArch基金会云开发Meetup来啦!
RC振荡器和晶体振荡器简介
ROS学习(25)rviz plugin插件
POJ 3177 redundant paths POJ 3352 road construction (dual connection)
Ros Learning (23) Action Communication Mechanism
Ds-5/rvds4.0 variable initialization error
Vingt - trois mille feuilles? "Yang mou" derrière l'explosion de la consommation végétale
【Unity】升级版·Excel数据解析,自动创建对应C#类,自动创建ScriptableObject生成类,自动序列化Asset文件
uva 1401 dp+Trie
Stm32f4 --- general timer update interrupt
开发中对集合里面的数据根据属性进行合并数量时犯的错误