UNPKG

office-addin-dev-certs

Version:

For managing certificates when developing Office Add-ins.

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