aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh
diff options
context:
space:
mode:
authorwsliwka <wojciech.sliwka@nokia.com>2019-11-25 11:05:39 +0100
committerMariusz Wagner <mariusz.wagner@nokia.com>2019-12-03 07:48:13 +0000
commitc310382470d5e499bb933b051bf3434c83a0ddbe (patch)
treea6ff2a8130251ee317263d6c1412b7f6ffb70e4e /test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh
parentbe1df2cdc3e8f2b16cd007dcdb59c8093024a0a3 (diff)
Configure netopeer to support mTLS
Issue-ID: INT-1372 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I11281c2a0703b97e1075d01bba9ec076766daf0d
Diffstat (limited to 'test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh')
-rwxr-xr-xtest/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh b/test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh
index 550a64ff4..3ce53d510 100755
--- a/test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh
+++ b/test/mocks/pnfsimulator/netconfsimulator/netconf/initialize_netopeer.sh
@@ -34,7 +34,7 @@ cp /tls/* /usr/local/etc/keystored/keys/
cp /netconf/*.xml /tmp/
chmod +x /netconf/set-up-xmls.py
-/netconf/set-up-xmls.py /tls ca.crt server_cert.crt server_key.pem /tmp/load_server_certs.xml /tmp/tls_listen.xml
+/netconf/set-up-xmls.py /tls ca.crt server_cert.crt server_key.pem /tmp/load_server_certs.xml /tmp/tls_listen.xml client.crt
/usr/bin/supervisord -c /etc/supervisord.conf &
sysrepoctl --install --yang=/netconf/pnf-simulator.yang --owner=netconf:nogroup --permissions=777