@accelerated-software-development/caddy-api-client - v0.2.2
    Preparing search index...

    Interface CertificateWithMetadata

    Certificate metadata with additional context

    interface CertificateWithMetadata {
        daysUntilExpiration: number;
        expiringSoon: boolean;
        isExpired: boolean;
        issuer: string;
        notAfter: Date;
        notBefore: Date;
        serialNumber: string;
        subject: string;
        tag: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    daysUntilExpiration: number

    Days until expiration (negative if expired)

    expiringSoon: boolean

    Whether certificate expires soon (within threshold)

    isExpired: boolean

    Whether certificate is expired

    issuer: string
    notAfter: Date
    notBefore: Date
    serialNumber: string
    subject: string
    tag: string

    Certificate tag in Caddy config