@truenas/api-client
    Preparing search index...

    Interface CertificateEntryInput

    interface CertificateEntryInput {
        acme: { [k: string]: unknown } | null;
        acme_uri: string | null;
        add_to_trusted_store: boolean;
        cert_type: string;
        cert_type_CA: boolean;
        cert_type_CSR: boolean;
        cert_type_existing: boolean;
        certificate: string | null;
        certificate_path: string | null;
        chain: boolean | null;
        chain_list: string[];
        city: string | null;
        common: string | null;
        country: string | null;
        CSR: string | null;
        csr_path: string | null;
        digest_algorithm: string | null;
        DN: string | null;
        domains_authenticators: { [k: string]: unknown } | null;
        email: string | null;
        expired: boolean | null;
        extensions: { [k: string]: unknown };
        fingerprint: string | null;
        from: string | null;
        id: number;
        key_length: number | null;
        key_type: string | null;
        lifetime: number | null;
        name: string;
        organization: string | null;
        organizational_unit: string | null;
        parsed: boolean;
        privatekey: string | null;
        privatekey_path: string | null;
        renew_days: number | null;
        root_path: string;
        san: string[] | null;
        serial: number | null;
        state: string | null;
        subject_name_hash: number | null;
        type: number;
        until: string | null;
    }
    Index
    acme: { [k: string]: unknown } | null
    acme_uri: string | null
    add_to_trusted_store: boolean
    cert_type: string
    cert_type_CA: boolean
    cert_type_CSR: boolean
    cert_type_existing: boolean
    certificate: string | null
    certificate_path: string | null
    chain: boolean | null
    chain_list: string[]
    city: string | null
    common: string | null
    country: string | null
    CSR: string | null
    csr_path: string | null
    digest_algorithm: string | null
    DN: string | null
    domains_authenticators: { [k: string]: unknown } | null
    email: string | null
    expired: boolean | null
    extensions: { [k: string]: unknown }
    fingerprint: string | null
    from: string | null
    id: number
    key_length: number | null
    key_type: string | null
    lifetime: number | null
    name: string
    organization: string | null
    organizational_unit: string | null
    parsed: boolean
    privatekey: string | null
    privatekey_path: string | null
    renew_days: number | null
    root_path: string
    san: string[] | null
    serial: number | null
    state: string | null
    subject_name_hash: number | null
    type: number
    until: string | null