Skip to content
Snippets Groups Projects
Commit 7d64411c authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Merge branch 'hotfix/smoketestjson' into 'release'

add node id json to smoke test

See merge request elixxir/integration!78
parents 4e5cf144 73907739
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,9 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the gateway certificate file
# Path to permissioning cert
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
IP_Whitelist_File: whitelist.txt
......
......@@ -29,7 +29,9 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the gateway certificate file
# Path to permissioning cert
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
### Anything below this line is to be deprecated ###
......
......@@ -32,7 +32,9 @@ MessageTimeout: 1800
keyPath: "../keys/cmix.rip.key"
# Path to the gateway certificate file
certPath: "../keys/cmix.rip.crt"
# Path to the gateway certificate file
# Path to permissioning cert
permissioningCertPath: "../keys/cmix.rip.crt"
# Path to the certificate file
serverCertPath: "../keys/cmix.rip.crt"
### Anything below this line is to be deprecated ###
......
{"salt":[1,197,186,106,177,151,123,222,1,61,203,46,42,5,143,45,65,126,211,70,97,212,45,80,66,130,74,95,205,181,22,183],"id":[1,41,213,172,226,28,227,142,249,215,77,236,126,155,189,11,11,38,7,122,206,168,34,24,130,182,156,100,206,108,209,23,2],"type":"node"}
{"salt":[2,197,186,106,177,151,123,222,1,61,203,46,42,5,143,45,65,126,211,70,97,212,45,80,66,130,74,95,205,181,22,183],"id":[2,41,213,172,226,28,227,142,249,215,77,236,126,155,189,11,11,38,7,122,206,168,34,24,130,182,156,100,206,108,209,23,2],"type":"node"}
{"salt":[3,197,186,106,177,151,123,222,1,61,203,46,42,5,143,45,65,126,211,70,97,212,45,80,66,130,74,95,205,181,22,183],"id":[3,41,213,172,226,28,227,142,249,215,77,236,126,155,189,11,11,38,7,122,206,168,34,24,130,182,156,100,206,108,209,23,2],"type":"node"}
......@@ -10,6 +10,7 @@ logLevel: 1
node:
id: ""
paths:
idf: "nodeID-1.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/server-1.log"
......
......@@ -10,6 +10,7 @@ logLevel: 1
node:
id: ""
paths:
idf: "nodeID-2.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/server-2.log"
......
......@@ -10,6 +10,7 @@ logLevel: 1
node:
id: ""
paths:
idf: "nodeID-3.json"
cert: "../keys/cmix.rip.crt"
key: "../keys/cmix.rip.key"
log: "results/server-3.log"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment