当前位置:网站首页>长安链学习笔记-证书研究之证书模式
长安链学习笔记-证书研究之证书模式
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,否则添加递增编号
边栏推荐
- 阿里云中间件开源往事
- 字符串的相关编程题
- The foreground downloads network pictures without background processing
- Flir Blackfly S USB3 工业相机:计数器和定时器的使用方法
- 一片葉子兩三萬?植物消費爆火背後的“陽謀”
- 激光雷达:Ouster OS产品介绍及使用方法
- Flir Blackfly S 工业相机 介绍
- freeswitch拨打分机号源代码跟踪
- ROS学习(十九)机器人SLAM功能包——cartographer
- FLIR blackfly s industrial camera: synchronous shooting of multiple cameras through external trigger
猜你喜欢
ROS learning (XIX) robot slam function package cartographer
ROS learning (XX) robot slam function package -- installation and testing of rgbdslam
AcWing 1148. Secret milk transportation problem solution (minimum spanning tree)
阿里云中间件开源往事
How can I code for 8 hours without getting tired.
Cat recycling bin
ROS学习(二十)机器人SLAM功能包——rgbdslam的安装与测试
组合导航:中海达iNAV2产品描述及接口描述
454 Baidu Mianjing 1
永久的摇篮
随机推荐
Shortcut keys commonly used in idea
【LeetCode】Day97-移除链表元素
一文带你走进【内存泄漏】
Centos8 install MySQL 8.0 using yum x
Reptile practice (VI): novel of climbing pen interesting Pavilion
BigDecimal 的正确使用方式
JVM 内存模型
Stm32f4 --- general timer update interrupt
freeswitch拨打分机号源代码跟踪
【唯一】的“万字配图“ | 讲透【链式存储结构】是什么?
ROS學習(23)action通信機制
强化学习如何用于医学影像?埃默里大学最新《强化学习医学影像分析》综述,阐述最新RL医学影像分析概念、应用、挑战与未来方向
Basic introduction and use of dvajs
我如何编码8个小时而不会感到疲倦。
HDU 4661 message passing (wood DP & amp; Combinatorics)
Analyze "C language" [advanced] paid knowledge [End]
MySQL's most basic select statement
New job insights ~ leave the old and welcome the new~
[unique] what is the [chain storage structure]?
STM32F4---通用定时器更新中断