mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
18 lines
511 B
YAML
18 lines
511 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
OrganizationalUnitIdentifiers:
|
|
- Certificate: "cacerts/cacert.pem"
|
|
OrganizationalUnitIdentifier: "COP"
|
|
|
|
NodeOUs:
|
|
Enable: false
|
|
ClientOUIdentifier:
|
|
# if Certificate is empty, then the certifier identifier will not be enforced
|
|
Certificate: "cacerts/cacert.pem"
|
|
OrganizationalUnitIdentifier: "OU_client"
|
|
PeerOUIdentifier:
|
|
Certificate: "cacerts/cacert.pem"
|
|
OrganizationalUnitIdentifier: "OU_peer"
|