[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu PATCH] docs: fix missing backslash in certtool shell example
From: |
Daniel P . Berrangé |
Subject: |
[qemu PATCH] docs: fix missing backslash in certtool shell example |
Date: |
Fri, 27 Nov 2020 10:33:14 +0000 |
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
docs/system/tls.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.28.0
- [qemu PATCH] docs: fix missing backslash in certtool shell example,
Daniel P . Berrangé <=