Home > @rushstack/debug-certificate-manager > CertificateStore
CertificateStore class
Store to retrieve and save debug certificate data.
Signature:
export declare class CertificateStore
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | Debug Certificate Authority certificate pem file contents. | ||
| string | Path to the saved debug CA certificate | |
string | undefined | Debug TLS Server certificate pem file contents. | ||
| string | Path to the saved debug TLS certificate | |
string | undefined | Key used to sign the debug pem certificate. | ||
| string | Path to the saved debug TLS key | |
| string | Path to the directory where the debug certificates are stored. |