From 67710454be20dbff2330dde919f837d850ed50ed Mon Sep 17 00:00:00 2001 From: "Rotundo, Alfred (ar3165)" Date: Tue, 20 Nov 2018 19:31:46 +0000 Subject: Add new HTTPS listener on port 8443 Changes made: expose port 8443 from container added new listener to listen on that port added cert when starting up Change-Id: I5106192d55d51fd340f28b9eace0c5ea83afcd99 Issue-ID: SDNC-528 Signed-off-by: Rotundo, Alfred (ar3165) Former-commit-id: 77710f34952c5ac8d6f8250d90b03b43de1a4a5b --- installation/src/main/properties/admportal.json | 4 ++-- installation/src/main/yaml/docker-compose.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'installation/src') diff --git a/installation/src/main/properties/admportal.json b/installation/src/main/properties/admportal.json index 8d567d0c..38fd043b 100755 --- a/installation/src/main/properties/admportal.json +++ b/installation/src/main/properties/admportal.json @@ -45,8 +45,8 @@ "odlConexusPort": "8181", "odlUser": "admin", "odlPasswd": "admin", - "ConexusNetwork_sslCert": "", - "ConexusNetwork_sslKey": "", + "ConexusNetwork_sslCert": "/opt/onap/sdnc/data/stores/org.onap.sdnc.p12", + "ConexusNetwork_sslKey": "?w5&!M;8v1XF;:Xd;g*%S$IY", "AppNetwork_sslCert": "", "AppNetwork_sslKey": "", "hostnameList": [ diff --git a/installation/src/main/yaml/docker-compose.yml b/installation/src/main/yaml/docker-compose.yml index 12ca37bb..4e0de9b9 100644 --- a/installation/src/main/yaml/docker-compose.yml +++ b/installation/src/main/yaml/docker-compose.yml @@ -81,6 +81,7 @@ services: - "cd /opt/onap/sdnc/admportal/shell && ./start_portal.sh" ports: - "8843:8843" + - "8443:8443" links: - db:dbhost - db:sdnctldb01 @@ -89,6 +90,7 @@ services: environment: - MYSQL_ROOT_PASSWORD=openECOMP1.0 - SDNC_CONFIG_DIR=/opt/onap/sdnc/data/properties + - CERT_PSWD=onap3.0 logging: driver: "json-file" options: -- cgit 1.2.3-korg