summaryrefslogtreecommitdiffhomepage
path: root/doc/source/tls.rst
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-03-18 14:05:49 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-03-18 22:26:36 +0900
commit9126ac201fb994c1495be0f660f4f7f4ba2ef4bd (patch)
treee686cc294beda78281c5371c565f7c9810f98a9b /doc/source/tls.rst
parente3fb48a0e05ec5ddcab4a13edf755aa89d9118e5 (diff)
TLS: use a full spelling of a cli option
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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tls.rst b/doc/source/tls.rst
index fb2ae2c7..9388378c 100644
--- a/doc/source/tls.rst
+++ b/doc/source/tls.rst
@@ -60,7 +60,7 @@ 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 \
+ --ca-certs /usr/local/var/lib/openvswitch/pki/switchca/cacert.pem \
--verbose
You can see something like::