diff --git a/config/example_tls.ini b/config/example_tls.ini new file mode 100644 index 0000000..84effd2 --- /dev/null +++ b/config/example_tls.ini @@ -0,0 +1,11 @@ +[server] +upstream = amqp://localhost:5672 +defaultPrefetch = 1000 +maxConnections = 10000 + +[listen] +address = 127.0.0.1 +port = 5673 +tls = true +certificateChain = localhost.crt +privateKey = localhost.key