StructSSLInfo

Description

This object stores the information about a SSL certificate.

Variables

  • IDSSL string
    ID of the SSL certificate.
  • prod string
    SSL product ID (See SSL certificate products).
  • commonName array
    An array containing the common names of the certificate.
  • alternativeNames array
    An array containing the alternative names of the certificate.
  • dateCreation string
    Date of creation.
  • dateEmission string
    Date of emission.
  • dateExpiration string
    Date of expiration.
  • certificate string
    The certificate string
  • csr string
    Certificate Signing Request string.
  • privateKey string
    Private key string
  • status string
    Status of the certificate.

Linked functions