Fix typo. (#367)

pull/369/head
Felix Fontein 2022-01-05 18:16:27 +01:00 committed by GitHub
parent 6ee238d961
commit 3e307fe062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ options:
description: description:
- Determines which format the private key is written in. By default, PKCS1 (traditional OpenSSL format) - Determines which format the private key is written in. By default, PKCS1 (traditional OpenSSL format)
is used for all keys which support it. Please note that not every key can be exported in any format. is used for all keys which support it. Please note that not every key can be exported in any format.
- The value C(auto) selects a fromat based on the key format. The value C(auto_ignore) does the same, - The value C(auto) selects a format based on the key format. The value C(auto_ignore) does the same,
but for existing private key files, it will not force a regenerate when its format is not the automatically but for existing private key files, it will not force a regenerate when its format is not the automatically
selected one for generation. selected one for generation.
- Note that if the format for an existing private key mismatches, the key is B(regenerated) by default. - Note that if the format for an existing private key mismatches, the key is B(regenerated) by default.