qemu-doc.texi: fix typos in x509 examples
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
3a0614c6c7
commit
63c693f8d0
@ -1631,7 +1631,7 @@ EOF
|
|||||||
# certtool --generate-certificate \
|
# certtool --generate-certificate \
|
||||||
--load-ca-certificate ca-cert.pem \
|
--load-ca-certificate ca-cert.pem \
|
||||||
--load-ca-privkey ca-key.pem \
|
--load-ca-privkey ca-key.pem \
|
||||||
--load-privkey server server-key.pem \
|
--load-privkey server-key.pem \
|
||||||
--template server.info \
|
--template server.info \
|
||||||
--outfile server-cert.pem
|
--outfile server-cert.pem
|
||||||
@end example
|
@end example
|
||||||
@ -1654,7 +1654,7 @@ the secure CA private key:
|
|||||||
country = GB
|
country = GB
|
||||||
state = London
|
state = London
|
||||||
locality = London
|
locality = London
|
||||||
organiazation = Name of your organization
|
organization = Name of your organization
|
||||||
cn = client.foo.example.com
|
cn = client.foo.example.com
|
||||||
tls_www_client
|
tls_www_client
|
||||||
encryption_key
|
encryption_key
|
||||||
|
Loading…
Reference in New Issue
Block a user