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

    Interface ReprovisionCertificateResult

    Result of a certificate reprovision — a TRUE re-issue of a terminally-failed (error / expired) certificate. The backend cancels the dead CA order, resets the row, and starts a fresh order; it returns the projected status of the reclaimed (freshly pending) certificate — never key material.

    interface ReprovisionCertificateResult {
        certificate: ApplicationCertificateStatus;
    }
    Index

    Properties

    Properties

    certificate: ApplicationCertificateStatus