diff options
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 91c02ef74..d6f21d3f4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # ONAP CLAMP # ================================================================================ -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights # reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); @@ -58,8 +58,8 @@ server.port=8443 ## Config part for Server certificates # Can be a classpath parameter instead of file:/ server.ssl.key-store=classpath:/clds/aaf/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-password=34xqGdj]VnHothQ]5qCykV3X +server.ssl.key-password=34xqGdj]VnHothQ]5qCykV3X server.ssl.key-store-type=PKCS12 server.ssl.key-alias=clamp@clamp.onap.org |