diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/collector.properties | 5 | ||||
-rw-r--r-- | etc/trustpasswordfile | 1 | ||||
-rw-r--r-- | etc/truststore | bin | 0 -> 1453 bytes |
3 files changed, 6 insertions, 0 deletions
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
diff --git a/etc/trustpasswordfile b/etc/trustpasswordfile new file mode 100644 index 00000000..25acfbf5 --- /dev/null +++ b/etc/trustpasswordfile @@ -0,0 +1 @@ +collector
\ No newline at end of file diff --git a/etc/truststore b/etc/truststore Binary files differnew file mode 100644 index 00000000..1fbf7ef9 --- /dev/null +++ b/etc/truststore |