igcv3 - v1.1.0
    Preparing search index...

    Interface ConfigLimits

    Security and performance limits

    interface ConfigLimits {
        maxCertDownloadBytes: number;
        tlsConnectTimeoutMs: number;
        maxChainDepth: number;
        aiaStopOnRepeatedUrl: boolean;
    }
    Index

    Properties

    maxCertDownloadBytes: number

    Maximum size for downloaded certificates (bytes)

    tlsConnectTimeoutMs: number

    TLS connection timeout (milliseconds)

    maxChainDepth: number

    Maximum certificate chain depth to follow

    aiaStopOnRepeatedUrl: boolean

    Stop AIA chain fetching on repeated URL (loop detection)