diff options
author | da490c <dave.adams@amdocs.com> | 2018-04-09 14:55:42 -0400 |
---|---|---|
committer | da490c <dave.adams@amdocs.com> | 2018-04-09 14:55:58 -0400 |
commit | fbe8d92356de292856acd2aeb5f1c015a5733341 (patch) | |
tree | b1989f26827563eed44b03d19eabf9339cf4d7b6 | |
parent | 06910241dc9e8b48fa44f0796583bb4e0de7bf55 (diff) |
Fix sparky ssl keystore
Issue-ID: AAI-1013
Change-Id: I9f6ddd57055c9fdb9b3f1e6a02d68deffaa6b810
Signed-off-by: da490c <dave.adams@amdocs.com>
-rw-r--r-- | sparky/appconfig/auth/inventory-ui-keystore | bin | 4254 -> 0 bytes | |||
-rw-r--r-- | sparky/appconfig/auth/tomcat_keystore | bin | 0 -> 2214 bytes | |||
-rw-r--r-- | sparky/appconfig/sparky-ssl-config.properties | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sparky/appconfig/auth/inventory-ui-keystore b/sparky/appconfig/auth/inventory-ui-keystore Binary files differdeleted file mode 100644 index 3319e63..0000000 --- a/sparky/appconfig/auth/inventory-ui-keystore +++ /dev/null diff --git a/sparky/appconfig/auth/tomcat_keystore b/sparky/appconfig/auth/tomcat_keystore Binary files differnew file mode 100644 index 0000000..9eec841 --- /dev/null +++ b/sparky/appconfig/auth/tomcat_keystore 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 |