* [qemu PATCH] docs: fix missing backslash in certtool shell example
@ 2020-11-27 10:33 Daniel P. Berrangé
2020-11-27 11:12 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: Daniel P. Berrangé @ 2020-11-27 10:33 UTC (permalink / raw)
To: qemu-devel; +Cc: Daniel P. Berrangé
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [qemu PATCH] docs: fix missing backslash in certtool shell example
2020-11-27 10:33 [qemu PATCH] docs: fix missing backslash in certtool shell example Daniel P. Berrangé
@ 2020-11-27 11:12 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2020-11-27 11:12 UTC (permalink / raw)
To: Daniel P. Berrangé; +Cc: QEMU Developers
On Fri, 27 Nov 2020 at 10:34, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> 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
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-27 11:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-27 10:33 [qemu PATCH] docs: fix missing backslash in certtool shell example Daniel P. Berrangé
2020-11-27 11:12 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).