Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.73 KB

WebCert.md

File metadata and controls

36 lines (22 loc) · 1.73 KB

Onepanel.WebCert

Properties

Name Type Description Notes
letsEncrypt Boolean If true, the certificate is obtained from Let's Encrypt service and renewed automatically. Otherwise, the certificate management is up to the administrator.
expirationTime String Installed certificate's expiration time in ISO 8601 format.
creationTime String Installed certificate's creation time in ISO 8601 format.
status String Describes certificate validity status.
paths WebCertPaths [optional]
domain String DEPRECATED The domain (Common Name) for which current certificate was issued.
dnsNames [String] List of DNS names included in certificate's Subject Alternative Name extension. [optional]
issuer String Issuer value of the current certificate.
lastRenewalSuccess String Date and time in ISO 8601 format. Represents last successful Let's Encrypt certification. If there are no successful attempts its value is null. This property is omitted if letsEncrypt is off. [optional]
lastRenewalFailure String Date and time in ISO 8601 format. Represents last unsuccessful Let's Encrypt certification. If there are no successful attempts its value is null. This property is omitted if letsEncrypt is off. [optional]

Enum: StatusEnum

  • valid (value: "valid")

  • near_expiration (value: "near_expiration")

  • expired (value: "expired")

  • domain_mismatch (value: "domain_mismatch")

  • regenerating (value: "regenerating")

  • unknown (value: "unknown")