The fields comprising an X500 Distinguished Name
Name | Type | Description | Attributes |
---|---|---|---|
country | Country | The Country (C). | Mandatory |
common-name | CommonName | The Common Name (CN) | |
organizational-unit | List of xs:string | Organizational Unit(s) (OU). | |
organization | Organization | The Organization (O). | |
locality | Locality | The City/Locality (L). | |
state | State | The State (ST). |
Name | Type | Restrictions |
---|---|---|
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 |
CommonName | xs:string | Length of value must be >=1 Length of value must be <=128 |
Country | T0 | Length of value must be >=1 Length of value must be <=2 |
T0 | xs:string | Pattern of value must match the regular expression [a-zA-Z]* |