diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-18 09:12:50 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-03-18 09:12:50 +0100 |
commit | e5367c5ccd5728671c8af436a7d6aacb97104305 (patch) | |
tree | 9a5bcbc7423e9092d162e075350183298bfaafdb /kubernetes/aai/components/aai-sparky-be/resources/config/application-ssl.properties | |
parent | 33ea9587638769c2ef8e02ea4e943056b4ce40c4 (diff) |
[AAI] Update certs to be valid until Jan 2022
Currently updating the sparky and generic
certificates to be valid until jan 2022
Issue-ID: AAI-2841
Change-Id: I2591c8c7c629e5642c9e6c28070c2666542ad4f3
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/resources/config/application-ssl.properties')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/resources/config/application-ssl.properties | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/resources/config/application-ssl.properties b/kubernetes/aai/components/aai-sparky-be/resources/config/application-ssl.properties index 26565bb1a0..4db6c0a374 100644 --- a/kubernetes/aai/components/aai-sparky-be/resources/config/application-ssl.properties +++ b/kubernetes/aai/components/aai-sparky-be/resources/config/application-ssl.properties @@ -1,4 +1,3 @@ -{{/* # Copyright © 2018 Amdocs, Bell Canada, AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,11 +11,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -*/}} server.port=8000 server.ssl.key-store=file:${CONFIG_HOME}/auth/org.onap.aai.p12 -server.ssl.key-store-password=OBF:1cqc1l4h1qhu1j751p3j1kmy1ncw1o6g1hf418571g7i1d9r1dan1ga8185f1hfy1o461ncu1kjo1p671j7x1qjg1l8t1cne +server.ssl.key-store-password=OBF:1xfz1qie1jf81b3s1ir91tag1h381cvr1kze1zli16kj1b301b4y16kb1zm01kzo1cw71gze1t9y1ivd1b461je21qiw1xf3 server.ssl.enabled-protocols=TLSv1.1,TLSv1.2 server.ssl.trust-store=file:${CONFIG_HOME}/auth/truststoreONAPall.jks server.ssl.trust-store-password=OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0 |