2 lines
209 B
TypeScript
2 lines
209 B
TypeScript
|
export declare function generateCertificates(caCertificatePath?: string, localhostCertificatePath?: string, localhostKeyPath?: string, daysUntilCertificateExpires?: number, domains?: string[]): Promise<void>;
|