mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
openssl_csr: Improved documentation on subject_alt_name possible values
This commit is contained in:
parent
3371a93b9e
commit
b37549f679
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ options:
|
|||
description:
|
||||
- SAN extension to attach to the certificate signing request
|
||||
- This can either be a 'comma separated string' or a YAML list.
|
||||
- Values should be prefixed by their options. (ie. email, URI, DNS, RID, IP, dirName, otherName and the ones specific to your CA)
|
||||
- More at U(https://tools.ietf.org/html/rfc5280#section-4.2.1.6)
|
||||
subject_alt_name_critical:
|
||||
required: false
|
||||
aliases: [ 'subjectAltName_critical' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue