From 1afc93ddb4afc226562043822f6c5e9dc0ed4b2a Mon Sep 17 00:00:00 2001 From: andrzejszukuc Date: Wed, 7 Nov 2018 12:51:05 +0100 Subject: TLS mutual authentication has been added. Change-Id: I60ebe8e1b06d72413940935396cb7a56af437c0d Issue-ID: DCAEGEN2-959 Signed-off-by: ANDRZEJ SZUKUC --- etc/collector.properties | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/collector.properties') diff --git a/etc/collector.properties b/etc/collector.properties index c9ccc133..475c49b0 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -23,11 +23,16 @@ collector.service.port=8080 ## When enabled - require valid keystore defined collector.service.secure.port=8443 +collector.service.secure.clientauth=0 + ## The keystore must be setup per installation when secure port is configured collector.keystore.file.location=etc/keystore collector.keystore.passwordfile=etc/passwordfile collector.keystore.alias=tomcat +## The truststore must be setup per installation when mutual tls support is configured +collector.truststore.file.location=etc/truststore +collector.truststore.passwordfile=etc/trustpasswordfile ############################################################################### ## Processing -- cgit 1.2.3-korg