mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
openssl_csr: Fix typo in the documentation (#27028)
Documentation state 'organizationUnitName' when the actual name of the param is 'organizationalUnitName'
This commit is contained in:
@@ -89,11 +89,11 @@ options:
|
||||
aliases: [ 'O' ]
|
||||
description:
|
||||
- organizationName field of the certificate signing request subject
|
||||
organizationUnitName:
|
||||
organizationalUnitName:
|
||||
required: false
|
||||
aliases: [ 'OU' ]
|
||||
description:
|
||||
- organizationUnitName field of the certificate signing request subject
|
||||
- organizationalUnitName field of the certificate signing request subject
|
||||
commonName:
|
||||
required: false
|
||||
aliases: [ 'CN' ]
|
||||
|
||||
Reference in New Issue
Block a user