diff --git a/smokeinfra/gateway-1.yaml b/smokeinfra/gateway-1.yaml index aad763484836c6b35d1a312556a170d516546583..1b95a1f960ce12c0652393b6d7c3fc10cecf66a7 100644 --- a/smokeinfra/gateway-1.yaml +++ b/smokeinfra/gateway-1.yaml @@ -34,6 +34,8 @@ keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" # Path to permissioning cert permissioningCertPath: "../keys/cmix.rip.crt" +# Path to the certificate file +serverCertPath: "../keys/cmix.rip.crt" IP_Whitelist_File: whitelist.txt ### Anything below this line is to be deprecated ### diff --git a/smokeinfra/gateway-2.yaml b/smokeinfra/gateway-2.yaml index 127097cff6e7d7919af28702cba96db582ec2101..fe775690067d4f251ebe627197e235ff9f37d19b 100644 --- a/smokeinfra/gateway-2.yaml +++ b/smokeinfra/gateway-2.yaml @@ -31,6 +31,8 @@ keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" # 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 ### diff --git a/smokeinfra/gateway-3.yaml b/smokeinfra/gateway-3.yaml index 4fc330390d0c3a3ca06809142e2c1e4e3a6c2b8a..e163bd5cb79ac7fff0cfb0e154b98d0d00a293e7 100644 --- a/smokeinfra/gateway-3.yaml +++ b/smokeinfra/gateway-3.yaml @@ -34,6 +34,8 @@ keyPath: "../keys/cmix.rip.key" certPath: "../keys/cmix.rip.crt" # 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 ###