<switch-connection-config xmlns="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:config">
  <instance-name>openflow-switch-connection-provider-legacy-impl</instance-name>
  <port>6633</port>
  <transport-protocol>TCP</transport-protocol>
  <tls>
     <keystore>configuration/ssl/ctl.jks</keystore>
     <keystore-type>JKS</keystore-type>
     <keystore-path-type>PATH</keystore-path-type>
     <keystore-password>opendaylight</keystore-password>
     <truststore>configuration/ssl/truststore.jks</truststore>
     <truststore-type>JKS</truststore-type>
     <truststore-path-type>PATH</truststore-path-type>
     <truststore-password>opendaylight</truststore-password>
     <certificate-password>opendaylight</certificate-password>
     <cipher-suites></cipher-suites>
  </tls>
</switch-connection-config>