SUBJECT
A subject is the entity or resource that the certificate is issued to. The subject is often identified by a distinguished name (DN) or a Uniform Resource Identifier (URI). The subject of a certificate can be an individual, an organization, a device, or a service, depending on the purpose of the certificate.
Field |
Type |
Description |
---|---|---|
parsed.subject.common_name |
text |
The commonName (CN) elements of the Distinguished Name (OID: 2.5.4.3). |
parsed.subject.country |
text |
The countryName (C) elements of the Distinguished Name (OID: 2.5.4.6). |
parsed.subject.domain_component |
text |
The domainComponent (DC) elements of the Distinguished Name (OID: 0.9.2342.19200300.100.1.25). |
parsed.subject.email_address |
text |
The emailAddress (E) elements of the Distinguished Name (OID: 1.2.840.113549.1.9.1). |
parsed.subject.given_name |
text |
The givenName (G) elements of the Distinguished Name (OID: 2.5.4.42). |
parsed.subject.jurisdiction_country |
text |
The jurisdictionCountry elements of the Distinguished Name (OID: 1.3.6.1.4.1.311.60.2.1.3). |
parsed.subject.jurisdiction_locality |
text |
The jurisdictionLocality elements of the Distinguished Name (OID: 1.3.6.1.4.1.311.60.2.1.1). |
parsed.subject.jurisdiction_province |
text |
The jurisdictionStateOrProvince elements of the Distinguished Name (OID: 1.3.6.1.4.1.311.60.2.1.2). |
parsed.subject.locality |
text |
The localityName (L) elements of the Distinguished Name (OID: 2.5.4.7). |
parsed.subject.organization |
text |
The organizationName (O) elements of the Distinguished Name (OID: 2.5.4.10). |
parsed.subject.organization_id |
text |
|
parsed.subject.organizational_unit |
text |
The organizationalUnit (OU) elements of the Distinguished Name (OID: 2.5.4.11). |
parsed.subject.postal_code |
keyword |
The postalCode elements of the Distinguished Name (OID: 2.5.4.17). |
parsed.subject.province |
text |
The stateOrProvinceName (ST) elements of the Distinguished Name (OID: 2.5.4.8). |
parsed.subject.serial_number |
keyword |
The serialNumber elements of the Distinguished Name (OID: 2.5.4.5). |
parsed.subject.street_address |
text |
The streetAddress (STREET) elements of the Distinguished Name (OID: 2.5.4.9). |
parsed.subject.surname |
text |
The surname (SN) elements of the Distinguished Name (OID: 2.5.4.4). |