diff options
author | ChrisC <christophe.closset@intl.att.com> | 2019-03-26 14:28:39 +0100 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2019-03-26 14:39:43 +0100 |
commit | 76c74f505d71c5bcd97dfb3b3560e69f37a7a83f (patch) | |
tree | f08cac5f854410a2ebae83f7d35cb060676830d4 /src/main/resources/application.properties | |
parent | b8e2fb3c6fede006e3065a582167ba223a725e68 (diff) |
Update SSL certificate for Dublin
Updated keystore for use with Dublin release
Expiry is March 26th 2020
Issue-ID: CLAMP-337
Change-Id: Ifd044b02a94bd93fa2320281638c4b3e7daa1d9c
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
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 |