mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07: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:
parent
2b4a8095e9
commit
0b1cca56f7
1 changed files with 2 additions and 2 deletions
|
@ -89,11 +89,11 @@ options:
|
||||||
aliases: [ 'O' ]
|
aliases: [ 'O' ]
|
||||||
description:
|
description:
|
||||||
- organizationName field of the certificate signing request subject
|
- organizationName field of the certificate signing request subject
|
||||||
organizationUnitName:
|
organizationalUnitName:
|
||||||
required: false
|
required: false
|
||||||
aliases: [ 'OU' ]
|
aliases: [ 'OU' ]
|
||||||
description:
|
description:
|
||||||
- organizationUnitName field of the certificate signing request subject
|
- organizationalUnitName field of the certificate signing request subject
|
||||||
commonName:
|
commonName:
|
||||||
required: false
|
required: false
|
||||||
aliases: [ 'CN' ]
|
aliases: [ 'CN' ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue