igcv3 - v1.1.0
    Preparing search index...

    Interface ChainSortValidationResult

    Validate and sort chain, returning detailed result.

    interface ChainSortValidationResult {
        isValid: boolean;
        sortedIntermediates: string[];
        sortedRoot: string | undefined;
        chain: Certificate[];
        wasReordered: boolean;
        orphans: Certificate[];
        reorderLog: string[];
        errors: string[];
    }
    Index

    Properties

    isValid: boolean
    sortedIntermediates: string[]
    sortedRoot: string | undefined
    chain: Certificate[]
    wasReordered: boolean
    orphans: Certificate[]
    reorderLog: string[]
    errors: string[]