aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-be/src/main/resources/application.properties
diff options
context:
space:
mode:
authorr.bogacki <r.bogacki@samsung.com>2019-10-01 08:58:51 +0200
committerOren Kleks <orenkle@amdocs.com>2019-10-06 06:18:49 +0000
commite69e424aa205dce56cebda5babce30fe260b10f8 (patch)
tree6571456c8ddfdfdb7b7165bd4881e10e1960d526 /workflow-designer-be/src/main/resources/application.properties
parent12d0516104bae658d9a83e4eff767ac57d575556 (diff)
Enabled HTTPS for sdc-workflow-designer
-Enabled HTTPS for frontend and backend -Updated paths and passwords for a certificates Issue-ID: SDC-2479 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Change-Id: Ibccdae478c047aac1a69192e3c257ea31dc39cac
Diffstat (limited to 'workflow-designer-be/src/main/resources/application.properties')
-rw-r--r--workflow-designer-be/src/main/resources/application.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/workflow-designer-be/src/main/resources/application.properties b/workflow-designer-be/src/main/resources/application.properties
index e7224a75..44b048ac 100644
--- a/workflow-designer-be/src/main/resources/application.properties
+++ b/workflow-designer-be/src/main/resources/application.properties
@@ -18,11 +18,11 @@ http.port=${HTTP_PORT:8080}
server.port=${SERVER_PORT:8443}
server.ssl.enabled=${SERVER_SSL_ENABLED:true}
-server.ssl.key-password=${SERVER_SSL_KEY_PASSWORD:rTIS;B4kM]2GHcNK2c3B4&Ng}
-server.ssl.key-store=${SERVER_SSL_KEYSTORE_PATH:classpath:org.onap.sdc.p12}
-server.ssl.key-store-type=${SERVER_SSL_KEYSTORE_TYPE:PKCS12}
+server.ssl.key-password=${SERVER_SSL_KEY_PASSWORD:}
+server.ssl.key-store=${SERVER_SSL_KEYSTORE_PATH:}
+server.ssl.key-store-type=${SERVER_SSL_KEYSTORE_TYPE:}
-sdc.be.protocol=${SDC_PROTOCOL:https}
+sdc.be.protocol=${SDC_PROTOCOL:}
sdc.be.endpoint=${SDC_ENDPOINT:}
sdc.be.external.user=${SDC_USER:}
sdc.be.external.password=${SDC_PASSWORD:}