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

    Interface CertificateUpdate

    interface CertificateUpdate {
        add_to_trusted_store?: boolean;
        name?: string;
        renew_days?: number;
    }
    Index
    add_to_trusted_store?: boolean
    name?: string
    renew_days?: number