From fbe8d92356de292856acd2aeb5f1c015a5733341 Mon Sep 17 00:00:00 2001 From: da490c Date: Mon, 9 Apr 2018 14:55:42 -0400 Subject: Fix sparky ssl keystore Issue-ID: AAI-1013 Change-Id: I9f6ddd57055c9fdb9b3f1e6a02d68deffaa6b810 Signed-off-by: da490c --- sparky/appconfig/auth/inventory-ui-keystore | Bin 4254 -> 0 bytes sparky/appconfig/auth/tomcat_keystore | Bin 0 -> 2214 bytes sparky/appconfig/sparky-ssl-config.properties | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 sparky/appconfig/auth/inventory-ui-keystore create mode 100644 sparky/appconfig/auth/tomcat_keystore diff --git a/sparky/appconfig/auth/inventory-ui-keystore b/sparky/appconfig/auth/inventory-ui-keystore deleted file mode 100644 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 index 0000000..9eec841 Binary files /dev/null and b/sparky/appconfig/auth/tomcat_keystore differ diff --git a/sparky/appconfig/sparky-ssl-config.properties b/sparky/appconfig/sparky-ssl-config.properties index 2c28336..b9e5d16 100644 --- a/sparky/appconfig/sparky-ssl-config.properties +++ b/sparky/appconfig/sparky-ssl-config.properties @@ -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 -- cgit 1.2.3-korg