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:
parent
e6e80fcfd6
commit
f029f91122
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user