当前位置:网站首页>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
边栏推荐
- Analyze "C language" [advanced] paid knowledge [i]
- Centos8 install MySQL 8.0 using yum x
- MySQL execution process and sequence
- 一文带你走进【内存泄漏】
- Blue Bridge Cup 2022 13th provincial competition real topic - block painting
- ROS学习(二十)机器人SLAM功能包——rgbdslam的安装与测试
- 大咖云集|NextArch基金会云开发Meetup来啦!
- Flir Blackfly S 工业相机:配置多个摄像头进行同步拍摄
- Robot team learning method to achieve 8.8 times human return
- Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
猜你喜欢
猫猫回收站
企业中台建设新路径——低代码平台
ROS学习(十九)机器人SLAM功能包——cartographer
FLIR blackfly s industrial camera: auto exposure configuration and code
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
Livox激光雷达硬件时间同步---PPS方法
How can I code for 8 hours without getting tired.
Modify the system time of Px4 flight control
FLIR blackfly s usb3 industrial camera: white balance setting method
Flir Blackfly S USB3 工业相机:白平衡设置方法
随机推荐
FLIR blackfly s industrial camera: synchronous shooting of multiple cameras through external trigger
ROS学习(二十)机器人SLAM功能包——rgbdslam的安装与测试
Date processing tool class dateutils (tool class 1)
Zhang Ping'an: accelerate cloud digital innovation and jointly build an industrial smart ecosystem
How did partydao turn a tweet into a $200million product Dao in one year
Threadlocalutils (tool class IV)
场景实践:基于函数计算快速搭建Wordpress博客系统
Halcon knowledge: segment_ contours_ XLD operator
Several classes and functions that must be clarified when using Ceres to slam
建議收藏!!Flutter狀態管理插件哪家强?請看島上碼農的排行榜!
张平安:加快云上数字创新,共建产业智慧生态
将截断字符串或二进制数据
Integrated navigation: product description and interface description of zhonghaida inav2
建议收藏!!Flutter状态管理插件哪家强?请看岛上码农的排行榜!
Baidu flying general BMN timing action positioning framework | data preparation and training guide (Part 1)
FLIR blackfly s usb3 industrial camera: white balance setting method
强化学习如何用于医学影像?埃默里大学最新《强化学习医学影像分析》综述,阐述最新RL医学影像分析概念、应用、挑战与未来方向
使用Ceres进行slam必须要弄清楚的几个类和函数
Input and output of C language pointer to two-dimensional array
【Unity】升级版·Excel数据解析,自动创建对应C#类,自动创建ScriptableObject生成类,自动序列化Asset文件