diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-12-05 13:41:57 -0500 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-12-05 13:59:34 -0500 |
commit | 53d13ff36532723582f55febce79de2282e46cde (patch) | |
tree | dc2f70379c46334a0b0f540b64c0a518c06881f3 /sparkybe-onap-application/config/application-ssl.properties | |
parent | 4d27f8557d5d59c8be5a342f0e16a18ef400cae5 (diff) |
Updating https certificate
Issue-ID: AAI-1992
Change-Id: Ied8d4468dbd2f477595a5802d3c8e0b0789d13e8
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/application-ssl.properties')
-rw-r--r-- | sparkybe-onap-application/config/application-ssl.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sparkybe-onap-application/config/application-ssl.properties b/sparkybe-onap-application/config/application-ssl.properties index 04ff25b..f538c14 100644 --- a/sparkybe-onap-application/config/application-ssl.properties +++ b/sparkybe-onap-application/config/application-ssl.properties @@ -1,3 +1,6 @@ server.port = 8000 -server.ssl.key-store=file:${CONFIG_HOME}/auth/tomcat_keystore -server.ssl.key-store-password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
\ No newline at end of file +server.ssl.key-store=file:${CONFIG_HOME}/auth/org.onap.aai.p12 +server.ssl.key-store-password=OBF:1x0v1g131lps1cix1rjb1n5p22691qab1hm51hfc1i2t1lmr1liz1hyx1hfq1hn51qcr22651n5t1rh31cgl1lu61g2f1x1r +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
\ No newline at end of file |