@stacksjs/tlsx
Advanced tools
Comparing version 0.4.3 to 0.5.0
@@ -1,2 +0,2 @@ | ||
import type { AddCertOption, CertOption } from './types'; | ||
import type { AddCertOption, CertOption, TlsOption } from './types'; | ||
@@ -12,3 +12,3 @@ export { forge, pki, tls } | ||
export declare function getCANotAfter(notBefore: Date): Date; | ||
export declare function createRootCA(): Promise<GenerateCertReturn>; | ||
export declare function createRootCA(options?: TlsOption): Promise<GenerateCertReturn>; | ||
export declare function generateCert(options?: CertOption): Promise<GenerateCertReturn>; | ||
@@ -15,0 +15,0 @@ export declare function addCertToSystemTrustStoreAndSaveCert(cert: Cert, caCert: string, options?: AddCertOption): Promise<string>; |
@@ -11,2 +11,3 @@ import type { CertDetails } from './types'; | ||
export declare function findFoldersWithFile(rootDir: string, fileName: string): string[]; | ||
declare function search(dir: string): void; | ||
declare function search(dir: string): void; | ||
export declare function debugLog(category: string, message: string): void; |
{ | ||
"name": "@stacksjs/tlsx", | ||
"type": "module", | ||
"version": "0.4.3", | ||
"version": "0.5.0", | ||
"description": "A TLS/HTTPS library with automation.", | ||
@@ -6,0 +6,0 @@ "author": "Chris Breuer <chris@stacksjs.org>", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2509796
74857