Migrate bgpcep suites restconf calls to rfc8040
[integration/test.git] / csit / libraries / tls / default-openflow-connection-config.xml
1 <switch-connection-config xmlns="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:config">
2   <instance-name>openflow-switch-connection-provider-default-impl</instance-name>
3   <port>6653</port>
4   <transport-protocol>TLS</transport-protocol>
5   <group-add-mod-enabled>false</group-add-mod-enabled>
6   <channel-outbound-queue-size>1024</channel-outbound-queue-size>
7   <tls>
8      <keystore>etc/keystore.p12</keystore>
9      <keystore-type>PKCS12</keystore-type>
10      <keystore-path-type>PATH</keystore-path-type>
11      <keystore-password>opendaylight</keystore-password>
12      <truststore>etc/truststore.p12</truststore>
13      <truststore-type>PKCS12</truststore-type>
14      <truststore-path-type>PATH</truststore-path-type>
15      <truststore-password>opendaylight</truststore-password>
16      <certificate-password>opendaylight</certificate-password>
17   </tls>
18 </switch-connection-config>