zoukankan      html  css  js  c++  java
  • org3-crypto.yaml 详解

    org3-crypto.yaml

    # Copyright IBM Corp. All Rights Reserved.
    #
    # SPDX-License-Identifier: Apache-2.0
    #
    
    # ---------------------------------------------------------------------------
    # "PeerOrgs" - Definition of organizations managing peer nodes
    # ---------------------------------------------------------------------------
    PeerOrgs:
      # ---------------------------------------------------------------------------
      # Org3
      # ---------------------------------------------------------------------------
      - Name: SM611
        # 域名
        Domain: sm611.newcapec.net
        # true 表示在msp目录下生成config.yaml文件
        EnableNodeOUs: true
        Template:
          # 节点个数
          Count: 1
          # 除了主机名、通用名外的主题别名
          SANS:
            - localhost
        # 组织包含的用户
        Users:
          # 普通用户的个数,默认生成管理员用户1个
          Count: 1
    
  • 相关阅读:
    事后诸葛亮
    冲刺总结
    Alpha第十天
    Alpha第八天
    Alpha第九天
    Alpha第六天
    Alpha第七天
    Alpha第五天
    Python之pytesseract模块-实现OCR
    Selenium4 IDE初体验
  • 原文地址:https://www.cnblogs.com/jiftle/p/14630611.html
Copyright © 2011-2022 走看看