Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...


New Instructions

Code Block
titleconfig/component-cfg.json
{
  "org.onosproject.openflow.controller.impl.OpenFlowControllerImpl": {
    "tlsMode": "strict",
    "keyStore": "/home/user/onos.jks",
    "keyStorePassword": "222222",
    "trustStore": "/home/user/onos.jks",
    "trustStorePassword": "222222"
  }
}
Code Block
titleconfig/network-cfg.json
{
    "devices" : {
        "of:0000000000000001" : {
            "openflow" : {
                "keyAlias" : "mykey"
            } 
        }
    }
}