Define location attributes
To add location attributes, that can be used when creating a CA in AWB, use the CaAttributes.fieldorder
parameter in iv.conf (specify CaAttributes.fieldorder
as one line).
Example:
CaAttributes.fieldorder = CountryName,OrganisationName,OrganisationIdentifier,\
OrganisationalUnit,CommonName,SubjectInfoAccess,DomainComponent,\
QualifiedCertificateStatements,CvcDataElements,Ieee1609dot2DataElements,\
TachographCertificateContent
Add organizational units
To add organizational units, that can be used when creating a CA in AWB, use the CaAttributes.fieldorder
and CaAttributes.fieldname
parameters in iv.conf.
This is an example with two additional organizational unit fields where the OU-2
and OU-3
fields can be selected in the Fields Chooser window (specify CaAttributes.fieldorder
as one line).
Example:
CaAttributes.fieldorder = CountryName,OrganisationName,OrganisationalUnit,OrganisationalUnit.0,OrganisationalUnit.1,CommonName
CaAttributes.fieldname.OrganisationalUnit.0 = OU-2
CaAttributes.fieldname.OrganisationalUnit.1 = OU-3