igcv3 - v1.1.0
    Preparing search index...

    CLI options for the generate command. Supports both interactive and scripted usage.

    interface GenerateOptions {
        preset?: string;
        cn?: string;
        out?: string;
        force?: boolean;
        key?: string;
        vars?: string[];
        manifest?: string;
        csrFile?: string;
        keyFile?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Dynamic fields from manifest or CLI (index signature)

    Index

    Properties

    preset?: string

    Preset name to use for CSR generation

    cn?: string

    Common Name (CN) for the certificate subject

    out?: string

    Output directory or file path

    force?: boolean

    Force overwrite existing files

    key?: string

    Path to existing private key (for renewal)

    vars?: string[]

    Template variables in KEY=value format

    manifest?: string

    Path to batch manifest file

    csrFile?: string

    CSR output filename override (manifest only)

    keyFile?: string

    Key output filename override (manifest only)