CertificateMetadata
The object representing data about a certificate.
Object structure
{
"thumbprint": "string",
"subjectOrganizationIdentifier": "string",
"subjectSerialNumber": "string",
"subjectCommonName": "string",
"subjectOrganizationalUnitName": "string",
"subjectCountryName": "string",
"validFrom": "2023-04-13T07:20:01.283Z",
"validTo": "2023-04-13T07:20:01.283Z",
"usedByHerIds": [
0
],
"revoked": true
}
Description of the properties above:
- thumbprint is a hash of all the certificate data and its signature
- subjectOrganizationIdentifier is a signature on the form
NTRNO-[orgnr]
and is only present in SEID v2 certificates - subjectSerialNumber is the certificate serial number. On SEID v1 certificates this is the organization number
- subjectCommonName aka Fully Qualified Domain Name (FQDN) is the server name protected by the certificate
- subjectOrganizationalUnitName is the name of the organization the certificate is issued to
- subjectCountryName is the country code ("NO" for Norway)
- validFrom is the date the certificate starts being valid
- validTo is the expiry date of the certificate
- usedBuHerIds is a list of the herIds of all the communication parties using this certificate in AR
- revoked is true if the certificate has been revoked