GET
/
certificate
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
any
required

Response

200 - application/json
id
any
required

A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c

serialNumber
any
required

The certificate's serial number, as a hexadecimal string. This is a unique identifier for the certificate, and is assigned by the issuer.

issuer
object
required

The certificate's issuer. This is the entity that issued the certificate, and is a Certificate Authority certified by Banxico.

notBefore
any
required

The earliest date at which the certificate is valid.

notAfter
any
required

The latest date at which the certificate is valid.

subject
object
required

The certificate's subject. This is the entity that the certificate is attesting to, and is typically a person or organization ("persona física o moral" in spanish).

publicKey
object
required

The certificate's public key. This is the public key that identifies messages signed by its corresponding private key.

version
any
required

The version of the X.509 standard that the certificate conforms to.

hash
any
required

SHA256 message digest of the issuer's certificate.

certificatePem
string
required

AWS S3 URI path to the certificate's PEM data.

revoked
boolean
required

Whether the certificate has been revoked by the issuer.

createdAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.

updatedAt
any
required

A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.