当前位置:网站首页>长安链学习笔记-证书研究之证书模式
长安链学习笔记-证书研究之证书模式
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,否则添加递增编号
边栏推荐
- Date processing tool class dateutils (tool class 1)
- Hutool post requests to set the body parameter to JSON data
- Flir Blackfly S USB3 工业相机:白平衡设置方法
- ROS learning (25) rviz plugin
- Introduction to microservice architecture
- The cradle of eternity
- [unique] what is the [chain storage structure]?
- @Before, @after, @around, @afterreturning execution sequence
- Baidu flying general BMN timing action positioning framework | data preparation and training guide (Part 1)
- 【LeetCode】Day97-移除链表元素
猜你喜欢

CISP-PTE之命令注入篇

百度飞将BMN时序动作定位框架 | 数据准备与训练指南 (上)

Errors made in the development of merging the quantity of data in the set according to attributes

Flir Blackfly S USB3 工业相机:计数器和定时器的使用方法

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

ROS学习(24)plugin插件

刨析《C语言》【进阶】付费知识【二】

爬虫实战(六):爬笔趣阁小说

微服务架构介绍

sql中批量删除数据---实体中的集合
随机推荐
ROS learning (26) dynamic parameter configuration
The cradle of eternity
Flir Blackfly S USB3 工业相机:计数器和定时器的使用方法
Flir Blackfly S工业相机:颜色校正讲解及配置与代码设置方法
红外相机:巨哥红外MAG32产品介绍
ZOJ problem set – 2563 long dominoes [e.g. pressure DP]
我如何编码8个小时而不会感到疲倦。
IDEA常用的快捷键
C language [23] classic interview questions [Part 2]
Centros 8 installation MySQL Error: The gpg Keys listed for the "MySQL 8.0 Community Server" repository are already ins
一片葉子兩三萬?植物消費爆火背後的“陽謀”
CISP-PTE实操练习讲解(二)
Add PDF Title floating window
Mysqlbackup restores specific tables
Zabbix 5.0:通过LLD方式自动化监控阿里云RDS
2022/0524/bookstrap
Flir Blackfly S USB3 工业相机:白平衡设置方法
强化学习如何用于医学影像?埃默里大学最新《强化学习医学影像分析》综述,阐述最新RL医学影像分析概念、应用、挑战与未来方向
HDU 4661 message passing (wood DP & amp; Combinatorics)
ROS learning (XIX) robot slam function package cartographer