.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export interface SelfSignedCertificate {
|
||||
key: string;
|
||||
cert: string;
|
||||
rootCA?: string;
|
||||
}
|
||||
export declare function createSelfSignedCertificate(host?: string, certDir?: string): Promise<SelfSignedCertificate | undefined>;
|
||||
Reference in New Issue
Block a user