summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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::