Skip to content

Commit

Permalink
tpm/tpm2.adoc: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: YiLin.Li <[email protected]>
  • Loading branch information
hustliyilin authored and tobiasbrunner committed Oct 30, 2024
1 parent 36565cb commit 82221f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/tpm/tpm2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ $ pki --print --type x509 --in cacert.pem
The PKCS#10 certificate request exported from the TPM is used to generate an
RSA Attestation Key certificate signed by the Root CA:

$ pki --issue --cacert cacert.pem --cakey cakey.pem -type pkcs10 --in ak_rsa_req.pem --dn "C=CH, O=strongSec GmbH, OU=AK RSA, CN=edu.strongsec.com" --san "edu.strongsec.com" --crl http://www.strongsec.com/ca/strongsec.crl --flag serverAuth --lifetime 1827 > ak_rsa_cert.der
$ pki --issue --cacert cacert.pem --cakey cakey.pem --type pkcs10 --in ak_rsa_req.pem --dn "C=CH, O=strongSec GmbH, OU=AK RSA, CN=edu.strongsec.com" --san "edu.strongsec.com" --crl http://www.strongsec.com/ca/strongsec.crl --flag serverAuth --lifetime 1827 > ak_rsa_cert.der

having the following content
----
Expand All @@ -598,7 +598,7 @@ $ pki --print --type x509 --in ak_rsa_cert.der
The second PKCS#10 certificate request exported from the TPM is used to generate
an ECC Attestation Key certificate signed by the Root CA:

$ pki --issue --cacert cacert.pem --cakey cakey.pem -type pkcs10 --in ak_ecc_req.pem --dn "C=CH, O=strongSec GmbH, OU=AK ECC, CN=edu.strongsec.com" --san "edu.strongsec.com" --crl http://www.strongsec.com/ca/strongsec.crl --flag serverAuth --lifetime 1827 > ak_ecc_cert.der
$ pki --issue --cacert cacert.pem --cakey cakey.pem --type pkcs10 --in ak_ecc_req.pem --dn "C=CH, O=strongSec GmbH, OU=AK ECC, CN=edu.strongsec.com" --san "edu.strongsec.com" --crl http://www.strongsec.com/ca/strongsec.crl --flag serverAuth --lifetime 1827 > ak_ecc_cert.der

having the following content
----
Expand Down

0 comments on commit 82221f9

Please sign in to comment.