aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/netconfsimulator/netconf/tls_listen.xml
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/tls_listen.xml
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/tls_listen.xml')
-rw-r--r--test/mocks/pnfsimulator/netconfsimulator/netconf/tls_listen.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/netconfsimulator/netconf/tls_listen.xml b/test/mocks/pnfsimulator/netconfsimulator/netconf/tls_listen.xml
index 4f45b28a2..4f610b580 100644
--- a/test/mocks/pnfsimulator/netconfsimulator/netconf/tls_listen.xml
+++ b/test/mocks/pnfsimulator/netconfsimulator/netconf/tls_listen.xml
@@ -32,11 +32,12 @@
</certificates>
<client-auth>
<trusted-ca-certs>test_trusted_ca_list</trusted-ca-certs>
+ <trusted-client-certs>test_trusted_ca_list</trusted-client-certs>
<cert-maps>
<cert-to-name>
<id>1</id>
<!-- This is not a typo - 0x02 should stay there -->
- <fingerprint>02:CA_FINGERPRINT_HERE</fingerprint>
+ <fingerprint>02:CLIENT_FINGERPRINT_HERE</fingerprint>
<map-type xmlns:x509c2n="urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name">x509c2n:specified</map-type>
<name>test</name>
</cert-to-name>