From 76c74f505d71c5bcd97dfb3b3560e69f37a7a83f Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 26 Mar 2019 14:28:39 +0100 Subject: 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 --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/application.properties') 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 -- cgit 1.2.3-korg