Home > @rushstack/debug-certificate-manager
debug-certificate-manager package
This package is used to manage debug certificates for development servers.
This package provides the following utilities:
CertificateStoreto handle retrieving and saving a debug certificate.CertificateManageris a utility class containing the following public methods:ensureCertificatewill find or optionally create a debug certificate and trust it.untrustCertificatewill untrust a debug certificate.
Classes
Class | Description |
|---|---|
A utility class to handle generating, trusting, and untrustring a debug certificate. Contains two public methods to | |
Store to retrieve and save debug certificate data. |
Interfaces
Interface | Description |
|---|---|
The interface for a debug certificate instance | |
Options to use if needing to generate a new certificate | |
Options for configuring the | |
Options for configuring paths and filenames used by the | |
Information about certificate validation results |
Variables
Variable | Description |
|---|---|
The set of names the certificate should be generated for, by default. |