UNPKG

@laughing-cli/proxrox

Version:

Proxy services, combine origins, use SSI and more during development

6 lines (5 loc) 184 B
export interface Certificate { keyPath: string; certificatePath: string; } export declare function createCertificates(tmpDir: string, hostname?: string): Promise<Certificate>;