The fields comprising an X500 Distinguished Name
| Name | Type | Description | Attributes |
|---|---|---|---|
| common-name | CommonName | The Common Name (CN) | Mandatory |
| email-address | EmailAddress | The email address. | |
| organizational-unit | List of OrganizationalUnit | Organizational Unit(s) (OU). | |
| organization | Organization | The Organization (O). | |
| locality | Locality | The City/Locality (L). | |
| state | State | The State (ST). | |
| country | Country | The Country (C). |
| Name | Type | Restrictions |
|---|---|---|
| PlcmHashAlgorithm | xs:string | Value must be one of:
|
| PlcmKeyUsage | xs:string | Value must be one of:
|
| PlcmSanType | xs:string | Value must be one of:
|
| PlcmCertificateStatus | xs:string | Value must be one of:
|
| Country | xs:string | Length of value must be >=1 Length of value must be <=128 |
| State | xs:string | Length of value must be >=1 Length of value must be <=128 |
| Locality | xs:string | Length of value must be >=1 Length of value must be <=128 |
| Organization | xs:string | Length of value must be >=1 Length of value must be <=128 |
| OrganizationalUnit | xs:string | Length of value must be >=1 Length of value must be <=128 |
| EmailAddress | xs:string | Length of value must be >=1 Length of value must be <=128 |
| CommonName | xs:string | Length of value must be >=1 Length of value must be <=128 |