Subject

Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.

JSON representation
{
  "commonName": string,
  "countryCode": string,
  "organization": string,
  "organizationalUnit": string,
  "locality": string,
  "province": string,
  "streetAddress": string,
  "postalCode": string
}
Fields
commonName

string

The "common name" of the subject.

countryCode

string

The country code of the subject.

organization

string

The organization of the subject.

organizationalUnit

string

The organizationalUnit of the subject.

locality

string

The locality or city of the subject.

province

string

The province, territory, or regional state of the subject.

streetAddress

string

The street address of the subject.

postalCode

string

The postal code of the subject.