projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e80fc
)
docs: fix missing backslash in certtool shell example
author
Daniel P. Berrangé
<berrange@redhat.com>
Fri, 27 Nov 2020 10:32:45 +0000
(10:32 +0000)
committer
Daniel P. Berrangé
<berrange@redhat.com>
Fri, 29 Jan 2021 17:07:53 +0000
(17:07 +0000)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/system/tls.rst
patch
|
blob
|
history
diff --git
a/docs/system/tls.rst
b/docs/system/tls.rst
index dc2b94257f72675e3ad0d1cebf95fee9342a15b3..b0973afe1bffc3076d27f1a8015f43de95d8878a 100644
(file)
--- 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