Under this section, define the requirements of the Subject Alternative Name (SubjectAltName) expected during enrollment requests.
For example:
san-requirements: - type: rfc822Name required: false - type: otherName required: falsetype
The type for the Subject Alternative Name, as defined by RFC 5280. For example:
- rfc822Name
- dNSName
Mandatory: Yes.
required
true if the Subject Alternative Name is required, false if the Subject Alternative Name is optional.
Mandatory: Yes.