@edgible-team/sdk
    Preparing search index...

    Interface RefreshCertificateResult

    Result of a certificate refresh. The backend re-checks the CA order and returns the PROJECTED certificate status (no PEM / private key ever crosses the wire) plus, when the order is still unresolved, a human-legible message describing the current CA order status. message is absent on the issued path.

    interface RefreshCertificateResult {
        certificate: ApplicationCertificateStatus;
        message?: string;
    }
    Index

    Properties

    certificate: ApplicationCertificateStatus
    message?: string