github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/broker/network/testdata/gateways/missingtls.cfg (about)

     1  plugin.choria.network.gateway_port = 7222
     2  plugin.choria.network.gateway_remotes = C1, C2
     3  plugin.choria.network.gateway_remote.C1.urls = c1-1.example.net:7222, c1-2.example.net:7222
     4  plugin.choria.network.gateway_remote.C1.tls.cert = /nonexisting
     5  plugin.choria.network.gateway_remote.C1.tls.key = /nonexisting
     6  plugin.choria.network.gateway_remote.C1.tls.ca = /nonexisting
     7  plugin.choria.network.gateway_remote.C2.urls = c2-1.example.net:7222, c2-2.example.net:7222
     8  plugin.choria.network.gateway_remote.C2.tls.disable = true