From 9126ac201fb994c1495be0f660f4f7f4ba2ef4bd Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 18 Mar 2013 14:05:49 +0900 Subject: [PATCH] TLS: use a full spelling of a cli option Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- doc/source/tls.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::