-
Notifications
You must be signed in to change notification settings - Fork 29
/
ccp-short.yml
65 lines (64 loc) · 1.4 KB
/
ccp-short.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
certificateAuthorities:
org1CA:
tlsCACerts:
path: {{ROOT_DIR}}/org1/ca.pem
url: https://ca.org1.com
registrar:
enrollId: admin
enrollSecret: pwd
channels:
default-channel:
orderers:
- orderer1.org1.com
peers:
peer1.org1.com:
chaincodeQuery: true
endorsingPeer: true
eventSource: true
ledgerQuery: true
client:
BCCSP:
security:
default:
provider: SW
enabled: true
hashAlgorithm: SHA2
level: 256
softVerify: true
credentialStore:
cryptoStore:
path: {{ROOT_DIR}}/org1/msp
path: {{ROOT_DIR}}/org1/msp
cryptoconfig:
path: {{ROOT_DIR}}/org1/msp
logging:
level: info
organization: org1
tlsCerts:
client:
cert:
path: {{ROOT_DIR}}/org1/msp/[email protected]
key:
path: {{ROOT_DIR}}/org1/msp/keystore/e0f84a4e1c4b692b0175a73127a2e5ef8661b09be964b32544e87ebf7c1e4f9b_sk
orderers:
orderer1.org1.com:
tlsCACerts:
path: {{ROOT_DIR}}/nodeMSPs/org1/orderer1-ca.pem
url: orderer1.org1.com:443
organizations:
org1:
certificateAuthorities:
- org1CA
mspid: org1MSP
cryptoPath: {{ROOT_DIR}}/org1/msp
peers:
- peer1.org1.com
org2:
mspid: org2MSP
cryptoPath: /tmp/msp
peers:
peer1.org1.com:
tlsCACerts:
path: {{ROOT_DIR}}/nodeMSPs/org1/peer1-ca.pem
url: peer1.org1.com:443
version: 1.1.0