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>
This commit is contained in:
Daniel P. Berrangé 2020-11-27 10:32:45 +00:00
parent e6e80fcfd6
commit f029f91122
1 changed files with 1 additions and 1 deletions

View File

@ -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