Update FProxy to separate truststore and keystore
[aaf/cadi.git] / sidecar / fproxy / src / main / resources / application.properties
1 CONFIG_HOME=config
2
3 server.port=10680
4 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
5 server.ssl.trust-store=${CONFIG_HOME}/auth/fproxy_truststore
6
7 server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
8 server.ssl.client-cert-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
9 server.ssl.client-auth=want
10
11 server.servlet.context-path=/
12
13 logging.config=${CONFIG_HOME}/logback-spring.xml
14
15 spring.profiles.active=secure