aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/fproxy/src/main/resources/application.properties
diff options
context:
space:
mode:
authorJonathan Gathman <jonathan.gathman@att.com>2018-11-12 13:09:41 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-12 13:09:41 +0000
commitf2c2c058cf0660c94ad0a40445c6305b0be2de14 (patch)
treebb9ffbfd0a17c15c50207194dc7805b5400f574b /sidecar/fproxy/src/main/resources/application.properties
parent2712fbc1e6a5638a8ac49017123bc32e1d1431e9 (diff)
parentd3e1728b11f11d3979f04be1773e338416090d77 (diff)
Merge "Update FProxy to separate truststore and keystore"
Diffstat (limited to 'sidecar/fproxy/src/main/resources/application.properties')
-rw-r--r--sidecar/fproxy/src/main/resources/application.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/sidecar/fproxy/src/main/resources/application.properties b/sidecar/fproxy/src/main/resources/application.properties
index 2fb9396..47717b7 100644
--- a/sidecar/fproxy/src/main/resources/application.properties
+++ b/sidecar/fproxy/src/main/resources/application.properties
@@ -2,6 +2,8 @@ CONFIG_HOME=config
server.port=10680
server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
+server.ssl.trust-store=${CONFIG_HOME}/auth/fproxy_truststore
+
server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
server.ssl.client-cert-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
server.ssl.client-auth=want
@@ -10,4 +12,4 @@ server.servlet.context-path=/
logging.config=${CONFIG_HOME}/logback-spring.xml
-spring.profiles.active=secure \ No newline at end of file
+spring.profiles.active=secure