Skip to content
Snippets Groups Projects
Commit 7f44bb81 authored by Bernardo Cardoso's avatar Bernardo Cardoso
Browse files

Add all gateways to server config, after server changes

parent 48bebb0a
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,10 @@ servers: ...@@ -18,6 +18,10 @@ servers:
- localhost:50004 - localhost:50004
gateways: gateways:
- "localhost:8440" - "localhost:8440"
- "localhost:8441"
- "localhost:8442"
- "localhost:8443"
- "localhost:8444"
keyPath: "../keys/cmix.rip.key" keyPath: "../keys/cmix.rip.key"
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
gatewayCertPath: "../keys/gateway.cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt"
......
...@@ -17,7 +17,11 @@ servers: ...@@ -17,7 +17,11 @@ servers:
- localhost:50003 - localhost:50003
- localhost:50004 - localhost:50004
gateways: gateways:
- "localhost:8440"
- "localhost:8441" - "localhost:8441"
- "localhost:8442"
- "localhost:8443"
- "localhost:8444"
keyPath: "../keys/cmix.rip.key" keyPath: "../keys/cmix.rip.key"
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
gatewayCertPath: "../keys/gateway.cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt"
......
...@@ -17,7 +17,11 @@ servers: ...@@ -17,7 +17,11 @@ servers:
- localhost:50003 - localhost:50003
- localhost:50004 - localhost:50004
gateways: gateways:
- "localhost:8440"
- "localhost:8441"
- "localhost:8442" - "localhost:8442"
- "localhost:8443"
- "localhost:8444"
keyPath: "../keys/cmix.rip.key" keyPath: "../keys/cmix.rip.key"
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
gatewayCertPath: "../keys/gateway.cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt"
......
...@@ -17,7 +17,11 @@ servers: ...@@ -17,7 +17,11 @@ servers:
- localhost:50003 - localhost:50003
- localhost:50004 - localhost:50004
gateways: gateways:
- "localhost:8440"
- "localhost:8441"
- "localhost:8442"
- "localhost:8443" - "localhost:8443"
- "localhost:8444"
keyPath: "../keys/cmix.rip.key" keyPath: "../keys/cmix.rip.key"
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
gatewayCertPath: "../keys/gateway.cmix.rip.crt" gatewayCertPath: "../keys/gateway.cmix.rip.crt"
......
...@@ -17,6 +17,10 @@ servers: ...@@ -17,6 +17,10 @@ servers:
- localhost:50003 - localhost:50003
- localhost:50004 - localhost:50004
gateways: gateways:
- "localhost:8440"
- "localhost:8441"
- "localhost:8442"
- "localhost:8443"
- "localhost:8444" - "localhost:8444"
keyPath: "../keys/cmix.rip.key" keyPath: "../keys/cmix.rip.key"
certPath: "../keys/cmix.rip.crt" certPath: "../keys/cmix.rip.crt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment