From 26bc22297811ba2d0e37b512516a86474689d879 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Fri, 11 Oct 2019 07:23:59 +0200 Subject: Add SSL support to cloud performance tests Change-Id: Ie0a6341592efe3bfe3e386c01026600d16110cef Signed-off-by: kjaniak Issue-ID: DCAEGEN2-1827 --- tools/performance/cloud/test.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/performance/cloud/test.properties') diff --git a/tools/performance/cloud/test.properties b/tools/performance/cloud/test.properties index 092c51cf..53a38e23 100644 --- a/tools/performance/cloud/test.properties +++ b/tools/performance/cloud/test.properties @@ -10,7 +10,10 @@ producer.message.size=16384 producer.message.count=1000 # Interval between messages in milliseconds producer.message.interval=1 - +# Path to client cert file +client.cert.path=/ssl/client.p12 +# Path to cert pass file +client.cert.pass.path=/ssl/client.pass # CONSUMER CONFIGURATION # Addresses of Kafka services to consume from -- cgit 1.2.3-korg