summaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorxg353y <xg353y@intl.att.com>2018-06-06 15:50:33 +0200
committerSébastien Determe <sd378r@intl.att.com>2018-06-11 12:34:59 +0000
commit7e836e1ff7e918961e9003c5dc8126cf84d24da2 (patch)
tree4a91b693a376e56df9cff5ebed61b830f3c0a23c /src/main/resources/application.properties
parente640955cbe2c2c39aaa897476ceaac156072133f (diff)
Integrate AAF
Update aaf dependency version; fix a bug in UI; remove logout page; update default certificates Issue-ID: CLAMP-103 Change-Id: I3bdd45730f616165d7a484033c5102241f872c1d Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index fd61badd..9a9bd282 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -56,13 +56,13 @@ info.build.version=@project.version@
### --------------------------------------------
server.port=8443
server.ssl.client-auth=want
-server.ssl.key-store=file:/opt/clamp/config/clamp@clamp.onap.org.p12
+server.ssl.key-store=file:/opt/clamp/config/org.onap.clamp.p12
server.ssl.key-store-password=China in the Spring
server.ssl.key-password=China in the Spring
server.ssl.key-store-type=PKCS12
-server.ssl.trust=/opt/clamp/config/truststoreONAP.p12
+server.ssl.trust=/opt/clamp/config/truststoreONAPall.jks
server.ssl.trust-pass=changeit
-server.ssl.trust-type=PKCS12
+server.ssl.trust-type=JKS
server.ssl.key-alias=clamp@clamp.onap.org
server.http-to-https-redirection.port=8080