Browse Source

Fix docs typo in the certutil CSR mode (#42593)

Changes the mention of `cert` to `csr`.

Co-Authored-By: Alex Pang <pangyikhei+github@gmail.com>
Alex Pang 6 năm trước cách đây
mục cha
commit
88befb54c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/reference/commands/certutil.asciidoc

+ 1 - 1
docs/reference/commands/certutil.asciidoc

@@ -103,7 +103,7 @@ which prompts you for details about each instance. Alternatively, you can use
 the `--in` parameter to specify a YAML file that contains details about the
 instances.
 
-The `cert` mode produces a single zip file which contains the CSRs and the
+The `csr` mode produces a single zip file which contains the CSRs and the
 private keys for each instance. Each CSR is provided as a standard PEM
 encoding of a PKCS#10 CSR. Each key is provided as a PEM encoding of an RSA
 private key.