@stacksjs/tlsx
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -1,2 +0,2 @@ | ||
import type { AddCertOption, CertOption, TlsOption } from './types'; | ||
import type { CertOption, TlsOption } from './types'; | ||
@@ -8,3 +8,3 @@ export { forge, pki, tls } | ||
} | ||
export declare function randomSerialNumber(): string; | ||
export declare function randomSerialNumber(verbose?: boolean): string; | ||
export declare function getCertNotBefore(verbose?: boolean): Date; | ||
@@ -15,4 +15,4 @@ export declare function getCertNotAfter(notBefore: Date, verbose?: boolean): Date; | ||
export declare function generateCert(options?: CertOption): Promise<GenerateCertReturn>; | ||
export declare function addCertToSystemTrustStoreAndSaveCert(cert: Cert, caCert: string, options?: AddCertOption): Promise<string>; | ||
export declare function storeCert(cert: Cert, options?: AddCertOption): string; | ||
export declare function addCertToSystemTrustStoreAndSaveCert(cert: Cert, caCert: string, options?: TlsOption): Promise<string>; | ||
export declare function storeCert(cert: Cert, options?: TlsOption): string; | ||
export declare function storeCACert(caCert: string, options?: AddCertOption): string; |
{ | ||
"name": "@stacksjs/tlsx", | ||
"type": "module", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2512524