当前位置:网站首页>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
边栏推荐
- 解密函数计算异步任务能力之「任务的状态及生命周期管理」
- Integrated navigation: product description and interface description of zhonghaida inav2
- Threadlocalutils (tool class IV)
- Baidu flying general BMN timing action positioning framework | data preparation and training guide (Part 1)
- 企业中台建设新路径——低代码平台
- JVM memory model
- 场景实践:基于函数计算快速搭建Wordpress博客系统
- Centos8 install MySQL 8.0 using yum x
- 使用Ceres进行slam必须要弄清楚的几个类和函数
- ROS学习(24)plugin插件
猜你喜欢

Make DIY welding smoke extractor with lighting

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

张平安:加快云上数字创新,共建产业智慧生态

New job insights ~ leave the old and welcome the new~

组合导航:中海达iNAV2产品描述及接口描述

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

阿里云中间件开源往事

Time synchronization of livox lidar hardware -- PPS method

Dall-E Mini的Mega版本模型发布,已开放下载

Flir Blackfly S 工业相机:自动曝光配置及代码
随机推荐
Introduction to microservice architecture
How can reinforcement learning be used in medical imaging? A review of Emory University's latest "reinforcement learning medical image analysis", which expounds the latest RL medical image analysis co
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
npm install 编译时报“Cannot read properties of null (reading ‘pickAlgorithm‘)“
激光雷达:Ouster OS产品介绍及使用方法
centos8安裝mysql報錯:The GPG keys listed for the “MySQL 8.0 Community Server“ repository are already ins
ZABBIX 5.0: automatically monitor Alibaba cloud RDS through LLD
Flir Blackfly S 工业相机:通过外部触发实现多摄像头同步拍摄
ROS学习(21)机器人SLAM功能包——orbslam的安装与测试
刨析《C语言》【进阶】付费知识【一】
3D激光SLAM:Livox激光雷达硬件时间同步
【唯一】的“万字配图“ | 讲透【链式存储结构】是什么?
NPM install compilation times "cannot read properties of null (reading 'pickalgorithm')“
Vingt - trois mille feuilles? "Yang mou" derrière l'explosion de la consommation végétale
Image watermarking, scaling and conversion of an input stream
ROS learning (25) rviz plugin
centos8 用yum 安装MySQL 8.0.x
ROS学习(十九)机器人SLAM功能包——cartographer
ROS learning (21) robot slam function package -- installation and testing of orbslam
Ros Learning (23) Action Communication Mechanism