Skip to content

Commit

Permalink
Fix docs typo in the certutil CSR mode (#42593)
Browse files Browse the repository at this point in the history
Changes the mention of `cert` to `csr`.

Co-Authored-By: Alex Pang <[email protected]>
  • Loading branch information
pangyikhei authored and albertzaharovits committed May 30, 2019
1 parent 371cb9a commit 5f9382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commands/certutil.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f9382a

Please sign in to comment.