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

    Interface RotateCertificateOptions

    Options for certificate rotation

    interface RotateCertificateOptions {
        adminUrl?: string;
        certPath: string;
        cleanupOld?: boolean;
        domain: string;
        keyPath: string;
    }
    Index

    Properties

    adminUrl?: string

    Caddy admin API URL (optional, defaults to client URL)

    certPath: string

    Path to new certificate file

    cleanupOld?: boolean

    Whether to remove old certificates after rotation

    domain: string

    Domain name

    keyPath: string

    Path to new private key file