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

     1  plugin.choria.broker_network = true
     2  plugin.choria.network.leafnode_port = 6222
     3  plugin.choria.network.leafnode_remotes = ln1,ln2
     4  plugin.choria.network.leafnode_remote.ln1.url = ln1.example.net:6222
     5  plugin.choria.network.leafnode_remote.ln1.tls.cert = /nonexisting
     6  plugin.choria.network.leafnode_remote.ln1.tls.key = /nonexisting
     7  plugin.choria.network.leafnode_remote.ln1.tls.ca = /nonexisting
     8  plugin.choria.network.leafnode_remote.ln2.url = ln2.example.net:6222
     9  plugin.choria.network.leafnode_remote.ln1.tls.disable = true