@lark-project/cli
Version:
飞书项目插件开发工具
13 lines (12 loc) • 423 B
TypeScript
export declare const ROOT_CA_DIR: string;
export declare const ROOT_CA_FILE_NAME = "meegle_root_ca";
export declare const ROOT_CA_COMMON_NAME = "MeegleDeveloperPlatform";
export declare const ROOT_CA_KEY_PATH: string;
export declare const ROOT_CA_CERT_PATH: string;
export declare const ROOT_CA_OPTIONS: {
organization: string;
countryCode: string;
state: string;
locality: string;
validity: number;
};