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' ]
|
||||
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' ]
|
||||
|
|
Loading…
Reference in a new issue