ca_info object

Deze pagina’s zijn in het engels ten behoeve van mogelijk internationale ontwikkelaars


This object is used in the following endpoints:


The /trusted_list endpoint returns all eIDAS-qualified certificate authorities which are valid under DSGO.

Information about eIDAS-qualified certificate authorities which are valid under DSGO is provided in ca_info objects, as defined below.

Parameters

Type

Description

Parameters

Type

Description

subject

Required

String

MUST be the certificate authority subject’s name.

certificate_fingerprint

Required

String

MUST be the SHA256 fingerprint of the certificate.

validity

Required

Object

Validity of the certificate. MUST contain the value valid or invalid.

status

Required

Object

Status of the certificate. MUST contain the value granted, withdrawn, supervisionceased or undersupervision.

{ "subject": "C=NL, O=Staat der Nederlanden, CN=TEST Staat der Nederlanden Organisatie Services CA - G3", "certificate_fingerprint": "DC13FC94FF0149DE1B07F7965F655AED54C6A6BDA7ADF71A732FFCFABC454C7A", "validity": "valid", "status": "granted" }

Â