summaryrefslogtreecommitdiffstats
path: root/docs/system/tls.rst
diff options
context:
space:
mode:
authorDaniel P. Berrangé2020-11-27 11:32:45 +0100
committerDaniel P. Berrangé2021-01-29 18:07:53 +0100
commitf029f9112257c9a0e669c2955e8ace21a96704c1 (patch)
treefec9e32e79c323e470e145d5139a2e6132bfb242 /docs/system/tls.rst
parentdocs: simplify and clarify the platform support rules (diff)
downloadqemu-f029f9112257c9a0e669c2955e8ace21a96704c1.tar.gz
qemu-f029f9112257c9a0e669c2955e8ace21a96704c1.tar.xz
qemu-f029f9112257c9a0e669c2955e8ace21a96704c1.zip
docs: fix missing backslash in certtool shell example
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/system/tls.rst')
-rw-r--r--docs/system/tls.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/tls.rst b/docs/system/tls.rst
index dc2b94257f..b0973afe1b 100644
--- a/docs/system/tls.rst
+++ b/docs/system/tls.rst
@@ -64,7 +64,7 @@ interactive prompts from certtool::
cert_signing_key
EOF
# certtool --generate-self-signed \
- --load-privkey ca-key.pem
+ --load-privkey ca-key.pem \
--template ca.info \
--outfile ca-cert.pem