igcv3 - v1.1.0
    Preparing search index...

    Variable ConfigPkiKeysRsaSchemaConst

    ConfigPkiKeysRsaSchema: ZodObject<
        {
            algo: ZodLiteral<"rsa">;
            size: ZodUnion<[ZodLiteral<2048>, ZodLiteral<4096>]>;
            encoding: ZodUnion<[ZodLiteral<"pem">, ZodLiteral<"der">]>;
        },
        "strip",
        ZodTypeAny,
        { algo: "rsa"; size: 2048
        | 4096; encoding: "pem" | "der" },
        { algo: "rsa"; size: 2048 | 4096; encoding: "pem" | "der" },
    > = ...

    RSA key configuration schema (algo: 'rsa', size: 2048|4096)