v1

latestOpenAPI 3.0.02026-07-174129189.4 KB
Manažment autentifikačných certifikátov (Administrácia)

Vráti informácie o certifikáte

get/administration/certificates/{id}

Path parameters

idstring required
Example:iscep_00956852_10236

Identifikátor certifikátu.

Response

Informácie o certifikáte boli úspešne vrátené.

certificatestring pem required
fingerprintstring sha256 required
not_afterstring time required
subjectstring required

Example response

{
  "certificate": "... BEGIN CERTIFICATE ...",
  "fingerprint": "afe60265f5cecf4b44168cebe2ff954e9871ad94afe60265f5cecf4b44168ceb",
  "not_after": "2022-01-05T20:07:30+01:00",
  "subject": "tech.iscep.00956852_10236.upvsfix.ext.finsprava.sk"
}