diff options
author | Daniel P. Berrangé | 2020-11-27 11:32:45 +0100 |
---|---|---|
committer | Daniel P. Berrangé | 2021-01-29 18:07:53 +0100 |
commit | f029f9112257c9a0e669c2955e8ace21a96704c1 (patch) | |
tree | fec9e32e79c323e470e145d5139a2e6132bfb242 /docs/system/tls.rst | |
parent | docs: simplify and clarify the platform support rules (diff) | |
download | qemu-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.rst | 2 |
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 |