diff options
Diffstat (limited to 'sparky/appconfig/sparky-ssl-config.properties')
-rw-r--r-- | sparky/appconfig/sparky-ssl-config.properties | 4 |
1 files changed, 2 insertions, 2 deletions
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 |