summaryrefslogtreecommitdiffstats
path: root/sparky
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-12-05 14:47:39 -0500
committerArul.Nambi <arul.nambi@amdocs.com>2018-12-05 14:48:22 -0500
commit57a4c074857c33ba74dcce1ae4818e56ceb6c603 (patch)
tree25181a6b3f76b96ffd1396ba91cd51b79da7888d /sparky
parente7d239ba395e0f22ac1375284b8877df54424c67 (diff)
Updating AAF certs
Issue-ID: AAI-1992 Change-Id: I2bef5d16e26d1aec876c559edb2eaffdc00fd4f6 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'sparky')
-rw-r--r--sparky/appconfig/application-ssl.properties7
-rw-r--r--sparky/appconfig/application.properties2
-rw-r--r--sparky/appconfig/auth/aai-os-cert.p12bin4357 -> 0 bytes
-rw-r--r--sparky/appconfig/auth/org.onap.aai.p12bin0 -> 4307 bytes
-rw-r--r--sparky/appconfig/auth/tomcat_keystorebin2214 -> 0 bytes
-rw-r--r--sparky/appconfig/auth/truststoreONAPall.jksbin0 -> 117990 bytes
6 files changed, 6 insertions, 3 deletions
diff --git a/sparky/appconfig/application-ssl.properties b/sparky/appconfig/application-ssl.properties
index 1f98b6b..f83a0d9 100644
--- a/sparky/appconfig/application-ssl.properties
+++ b/sparky/appconfig/application-ssl.properties
@@ -13,5 +13,8 @@
# limitations under the License.
server.port = 8000
-server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
-server.ssl.key-store-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
+server.ssl.key-store=file:${CONFIG_HOME}/auth/org.onap.aai.p12
+server.ssl.key-store-password=OBF:1x0v1g131lps1cix1rjb1n5p22691qab1hm51hfc1i2t1lmr1liz1hyx1hfq1hn51qcr22651n5t1rh31cgl1lu61g2f1x1r
+server.ssl.enabled-protocols=TLSv1.1,TLSv1.2
+server.ssl.trust-store=file:${CONFIG_HOME}/auth/truststoreONAPall.jks
+server.ssl.trust-store-password=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0
diff --git a/sparky/appconfig/application.properties b/sparky/appconfig/application.properties
index cd28d02..77185f6 100644
--- a/sparky/appconfig/application.properties
+++ b/sparky/appconfig/application.properties
@@ -23,7 +23,7 @@ spring.mvc.favicon.enabled=false
# and in the values.yaml change the internalPort to 9517
#
-spring.profiles.active=camel,http,fe-prod,oxm-schema-prod,oxm-default,resources,sync,portal
+spring.profiles.active=camel,ssl,fe-prod,oxm-schema-prod,oxm-default,resources,sync,portal
searchservice.hostname=aai.searchservice.simpledemo.openecomp.org
searchservice.port=9509
diff --git a/sparky/appconfig/auth/aai-os-cert.p12 b/sparky/appconfig/auth/aai-os-cert.p12
deleted file mode 100644
index ee57120..0000000
--- a/sparky/appconfig/auth/aai-os-cert.p12
+++ /dev/null
Binary files differ
diff --git a/sparky/appconfig/auth/org.onap.aai.p12 b/sparky/appconfig/auth/org.onap.aai.p12
new file mode 100644
index 0000000..71cea3e
--- /dev/null
+++ b/sparky/appconfig/auth/org.onap.aai.p12
Binary files differ
diff --git a/sparky/appconfig/auth/tomcat_keystore b/sparky/appconfig/auth/tomcat_keystore
deleted file mode 100644
index 9eec841..0000000
--- a/sparky/appconfig/auth/tomcat_keystore
+++ /dev/null
Binary files differ
diff --git a/sparky/appconfig/auth/truststoreONAPall.jks b/sparky/appconfig/auth/truststoreONAPall.jks
new file mode 100644
index 0000000..ff844b1
--- /dev/null
+++ b/sparky/appconfig/auth/truststoreONAPall.jks
Binary files differ