Type Alias CADefinition

CADefinition: {
    cert: string | Buffer;
} | {
    certPath: string;
}