We need to use absolute file names when running set-ssl command. Signed-off-by: OHMURA Kei <ohmura....@lab.ntt.co.jp> --- doc/source/tls.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/source/tls.rst b/doc/source/tls.rst index 5c7827a..642e93b 100644 --- a/doc/source/tls.rst +++ b/doc/source/tls.rst @@ -48,10 +48,13 @@ Testing TLS Connection Configuring ovs-vswitchd to use CA files using the ovs-vsctl "set-ssl" command, e.g.:: - % ovs-vsctl set-ssl sc-privkey.pem sc-cert.pem /usr/local/var/lib/openvswitch/pki/controllerca/cacert.pem + % ovs-vsctl set-ssl /etc/openvswitch/sc-privkey.pem /etc/openvswitch/sc-cert.pem /usr/local/var/lib/openvswitch/pki/controllerca/cacert.pem % ovs-vsctl add-br br0 % ovs-vsctl set-controller br0 ssl:127.0.0.1:6633 +Substitute the correct file names, if they differ from the ones used +above. You should use absolute file names. + Run Ryu with CA files:: -- 1.7.9.5 ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel