certificate

certificate Structure: Certificate represents an applied certificate.

certificate structure
identifier string
name string
organisation string: optional
begins date
expires date
certificate string: optional

Fields

identifier

identifier uniquely identifies the certificate.

Typically identifier will be the certificate's serial number.

name

name is the presentation name of the certificate.

organisation

organisation is the presentation organisation of the certificate.

begins

begins is the date before when the certificate can not be valid.

expires

expires is the date when the certificate can no longer be valid.

certificate

certificate is a PEM encoded X.509 certificate.