Describes the Subject Alternative Name of a certificate or certificate signing request
Name | Type | Description | Attributes |
---|---|---|---|
san-type | PlcmSanType_0 | The type of SAN | Mandatory |
san-value | SanValue | The SAN value. The string is validated based on the SAN type. For DIR_NAME, the string must be in the format of: /CN=xyz/OU=xyz/O=xzy/L=xyz/ST=xyz/C=xy, where not all fields are required but there should be a minimum of one field present. For each individual field, the following characters are valid: a-zA-Z0-9'()+,-./:?_~ and the space character. For REGISTERED_ID, the string must be an OID which is in the form of x.x.x.x.x...; where the first x must be 0,1, or 2, and x must be a digit. | Mandatory |
Name | Type | Restrictions |
---|---|---|
PlcmSanType_0 | xs:string | Value must be one of:
|
SanValue | xs:string | Length of value must be >=1 Length of value must be <=128 |