Skip to main content

DomainLetsEncryptStatus

The current Let's Encrypt provisioning status for a domain.

type DomainLetsEncryptStatus {
broken: Boolean
errorMessage: String
expirationDate: String
failCount: Int
lastErrorDateTime: String
name: String
retryDate: String
}

Fields

DomainLetsEncryptStatus.broken ● Boolean scalar common

Whether the status indicates a broken state.

DomainLetsEncryptStatus.errorMessage ● String scalar common

The latest error message, if any.

DomainLetsEncryptStatus.expirationDate ● String scalar common

The certificate expiration date.

DomainLetsEncryptStatus.failCount ● Int scalar common

The number of failures recorded.

DomainLetsEncryptStatus.lastErrorDateTime ● String scalar common

When the latest error occurred.

DomainLetsEncryptStatus.name ● String scalar common

The status name.

DomainLetsEncryptStatus.retryDate ● String scalar common

When the next retry is scheduled.

Member Of

Domain object