From d3e1728b11f11d3979f04be1773e338416090d77 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Thu, 8 Nov 2018 16:57:56 +0000 Subject: Update FProxy to separate truststore and keystore * Create default truststore, fproxy_truststore. * Require TRUST_STORE_PASSWORD system parameter on application start. * Harden parameter checks in FProxyApplication PostConstruct. * Rationalise properties in RestTemplateConfig. * Update unit tests to handle trust store. * Correct spring dependency in pom. Change-Id: I0254e5d27ff76bbd7a44b961169d7fe47761d3f9 Issue-ID: AAF-614 Signed-off-by: Michael Arrastia --- sidecar/fproxy/config/auth/fproxy_truststore | Bin 0 -> 2214 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sidecar/fproxy/config/auth/fproxy_truststore (limited to 'sidecar/fproxy/config') diff --git a/sidecar/fproxy/config/auth/fproxy_truststore b/sidecar/fproxy/config/auth/fproxy_truststore new file mode 100644 index 0000000..9eec841 Binary files /dev/null and b/sidecar/fproxy/config/auth/fproxy_truststore differ -- cgit 1.2.3-korg