Fix sparky ssl keystore 89/41789/1
authorda490c <dave.adams@amdocs.com>
Mon, 9 Apr 2018 18:55:42 +0000 (14:55 -0400)
committerda490c <dave.adams@amdocs.com>
Mon, 9 Apr 2018 18:55:58 +0000 (14:55 -0400)
Issue-ID: AAI-1013
Change-Id: I9f6ddd57055c9fdb9b3f1e6a02d68deffaa6b810
Signed-off-by: da490c <dave.adams@amdocs.com>
sparky/appconfig/auth/inventory-ui-keystore [deleted file]
sparky/appconfig/auth/tomcat_keystore [new file with mode: 0644]
sparky/appconfig/sparky-ssl-config.properties

diff --git a/sparky/appconfig/auth/inventory-ui-keystore b/sparky/appconfig/auth/inventory-ui-keystore
deleted file mode 100644 (file)
index 3319e63..0000000
Binary files a/sparky/appconfig/auth/inventory-ui-keystore and /dev/null differ
diff --git a/sparky/appconfig/auth/tomcat_keystore b/sparky/appconfig/auth/tomcat_keystore
new file mode 100644 (file)
index 0000000..9eec841
Binary files /dev/null and b/sparky/appconfig/auth/tomcat_keystore differ
index 2c28336..b9e5d16 100644 (file)
@@ -1,3 +1,3 @@
 server.port = 8000
-server.ssl.key-store=file:${CONFIG_HOME}/auth/inventory-ui-keystore
-server.ssl.key-alias=1
\ No newline at end of file
+server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore
+server.ssl.key-alias=tomcat
\ No newline at end of file