summaryrefslogtreecommitdiffhomepage
path: root/doc/source/tls.rst
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-02-21 11:23:34 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-02-25 20:08:22 +0900
commit0a6d7c5619aa6b522aaa608e15a404b9574312ac (patch)
tree583e649d795f7b07d8bf9e556c54fc4a95020293 /doc/source/tls.rst
parent40375e107e4115f8c60e1755637885ea86fed499 (diff)
mechanical documentation update after option name changes
s/_/-/ in option names. note: some parts of them (eg. eventdumper, nova, ...) looks outdated but i didn't try to update them at least in this commit. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/tls.rst')
-rw-r--r--doc/source/tls.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/tls.rst b/doc/source/tls.rst
index 29aa617c..5c7827aa 100644
--- a/doc/source/tls.rst
+++ b/doc/source/tls.rst
@@ -55,9 +55,9 @@ command, e.g.::
Run Ryu with CA files::
- % ryu-manager --ctl_privkey ctl-privkey.pem \
- --ctl_cert ctl-cert.pem \
- --ca_cert /usr/local/var/lib/openvswitch/pki/switchca/cacert.pem \
+ % ryu-manager --ctl-privkey ctl-privkey.pem \
+ --ctl-cert ctl-cert.pem \
+ --ca-cert /usr/local/var/lib/openvswitch/pki/switchca/cacert.pem \
--verbose
You can see something like::