diff options
author | r.bogacki <r.bogacki@samsung.com> | 2019-08-19 14:38:08 +0200 |
---|---|---|
committer | Robert Bogacki <r.bogacki@samsung.com> | 2019-08-20 09:56:26 +0000 |
commit | a0418bb757fbd35ac69131b1daaa6b0deeb1eb4b (patch) | |
tree | 2e8e730cdef2da2877f413ac3f4a13ebfdb9fc2f /dcaedt_be/src/main/webapp/WEB-INF | |
parent | 6c301b34d9dce6de25ffe5852c1244e1b24d4a88 (diff) |
Implement HTTPS calls into dcaedt_be
Implemented HTTPS calls into dcaedt_be
-Added p12 keystore certificate.
-Updated application configuration.
-Added trust-store.
Issue-ID: SDC-2477
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I51a5e4d6d93dc9391eb25519ed382291de5895eb
Diffstat (limited to 'dcaedt_be/src/main/webapp/WEB-INF')
-rw-r--r-- | dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/application.properties | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/application.properties b/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/application.properties index f299fbb..2bb725d 100644 --- a/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/application.properties +++ b/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/application.properties @@ -1,11 +1,5 @@ # Configure the server to run with SSL/TLS and using HTTPS server.port=8446 -server.ssl.key-store=classpath:org.onap.sdc.p12 -server.ssl.key-store-password=rTIS;B4kM]2GHcNK2c3B4&Ng - -http.client.ssl.trust-store=classpath:org.onap.sdc.trust.jks -http.client.ssl.trust-store-password=Y,f975ZNJfVZhV*{+Y[}pA?0 - server.contextPath=/ ##ScheduleTimer scheduled.timer.value=5000 |