From 3e307fe062a44befcb5c893564b643488f866fc4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 5 Jan 2022 18:16:27 +0100 Subject: [PATCH] Fix typo. (#367) --- plugins/doc_fragments/module_privatekey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/module_privatekey.py b/plugins/doc_fragments/module_privatekey.py index 1795a735..1ee92554 100644 --- a/plugins/doc_fragments/module_privatekey.py +++ b/plugins/doc_fragments/module_privatekey.py @@ -89,7 +89,7 @@ options: description: - 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. - - 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 selected one for generation. - Note that if the format for an existing private key mismatches, the key is B(regenerated) by default.