Home > @rushstack/debug-certificate-manager > ICertificateStoreOptions
ICertificateStoreOptions interface
Options for configuring paths and filenames used by the CertificateStore.
Signature:
export interface ICertificateStoreOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) Filename of the CA certificate file within the store directory. If not provided, it defaults to | ||
string | (Optional) Filename of the TLS certificate file within the store directory. If not provided, it defaults to | ||
string | (Optional) Filename of the TLS key file within the store directory. If not provided, it defaults to | ||
string | (Optional) Path to the directory where the certificate store will be created. If not provided, it defaults to |