Advertisement
Guest User

crypto-config.yaml

a guest
Oct 16th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.44 KB | None | 0 0
  1. OrdererOrgs:
  2.   - Name: Orderer
  3.     Domain: isprint.com
  4.     EnableNodeOUs: true
  5.     Specs:
  6.       - Hostname: orderer1
  7.         SANS:
  8.           - 192.168.50.65
  9.            - 127.0.0.1
  10.            - localhost
  11.       - Hostname: orderer2
  12.         SANS:
  13.           - 192.168.50.65
  14.            - 127.0.0.1
  15.            - localhost
  16.       - Hostname: orderer3
  17.         SANS:
  18.           - 192.168.50.65
  19.            - 127.0.0.1
  20.            - localhost
  21.  
  22. PeerOrgs:
  23.   - Name: Org1
  24.     Domain: org1.isprint.com
  25.     EnableNodeOUs: true
  26.     Specs:
  27.       - Hostname: peer1
  28.         SANS:
  29.           - 192.168.50.65
  30.            - 127.0.0.1
  31.            - localhost
  32.       - Hostname: peer2
  33.         SANS:
  34.           - 192.168.50.65
  35.            - 127.0.0.1
  36.            - localhost
  37.       - Hostname: peer3
  38.         SANS:
  39.           - 192.168.50.65
  40.            - 127.0.0.1
  41.            - localhost
  42.     Template:
  43.       Count: 3
  44.       Start: 1
  45.     Users:
  46.       Count: 1
  47.  
  48.   - Name: Org2
  49.     Domain: org2.isprint.com
  50.     EnableNodeOUs: true
  51.     Specs:
  52.       - Hostname: peer1
  53.         SANS:
  54.           - 192.168.50.65
  55.            - 127.0.0.1
  56.            - localhost
  57.       - Hostname: peer2
  58.         SANS:
  59.           - 192.168.50.65
  60.            - 127.0.0.1
  61.            - localhost
  62.       - Hostname: peer3
  63.         SANS:
  64.           - 192.168.50.65
  65.            - 127.0.0.1
  66.            - localhost
  67.     Template:
  68.       Count: 3
  69.       Start: 1
  70.     Users:
  71.       Count: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement