diff options
author | Rotundo, Alfred (ar3165) <ar3165@att.com> | 2018-11-20 19:31:46 +0000 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-04-09 15:34:18 -0400 |
commit | 67710454be20dbff2330dde919f837d850ed50ed (patch) | |
tree | 141d3dc44929f7b6d4d06e64b9f9f68b9f719693 /installation/src/main/properties | |
parent | f3c9e00fd74a3db4a5e4b9cfeaf6cc88bbe45e55 (diff) |
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) <ar3165@att.com>
Former-commit-id: 77710f34952c5ac8d6f8250d90b03b43de1a4a5b
Diffstat (limited to 'installation/src/main/properties')
-rwxr-xr-x | installation/src/main/properties/admportal.json | 4 |
1 files changed, 2 insertions, 2 deletions
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": [ |