changeset 2721:1210fbb16bd5

Add ssl.properties.example suitable for local TLS. Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-July/024127.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Fri, 14 Jul 2017 15:44:08 +0200
parents 3beac5ce66b4
children 8d8d281932c9
files distribution/config/examples/ssl.properties.example
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/distribution/config/examples/ssl.properties.example	Fri Jul 14 15:44:08 2017 +0200
@@ -0,0 +1,12 @@
+# This file is used as an additional source for establishing trust in
+# TLS connections. I.e. it may be used in order to configure thermostat
+# so as to trust some self-signed certificate(s).
+KEYSTORE_FILE=${project.basedir}/../../web-gateway/distribution/target/image/thermostat.jks
+
+# The password for the keystore file. If none is provided the empty password
+# is assumed. Only used if KEYSTORE_FILE was specified.
+KEYSTORE_PASSWORD=changeme
+
+# Uncomment the following line if host name checking should be disabled during
+# SSL handshakes. It is not recommended to turn this off.
+DISABLE_HOSTNAME_VERIFICATION=true