A certificate is a digitally signed statement from one entity (the issuer) that another entity (the subject) has a given identity.

The certificate associates a public key with the identity of the subject. The certificate is signed by the issuer to prove the authenticity of the association.

The issuer is a Certificate Authority certified by Banxico, and the subject is typically a person or organization (“persona física o moral” in México).

Certificates are only accessible to organizations authorized by the owner of the certificate. The subject owner must create an organization link to the organization that will access the certificate.

A certificate is a digitally signed statement from one entity (the issuer) that another entity (the subject) has a given identity. The issuer is a Certificate Authority certified by Banxico, and the subject is typically a person or organization ("persona física o moral" in Spanish).

certificatePem
string
required

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

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.

hash
any
required

SHA256 message digest of the issuer's certificate.

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

issuer
object
required

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

notAfter
any
required

The latest date at which the certificate is valid.

notBefore
any
required

The earliest date at which the certificate is valid.

publicKey
object
required

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

revoked
boolean
required

Whether the certificate has been revoked by the issuer.

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.

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).

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.

version
any
required

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