Rush StackShopBlogEvents
Skip to main content

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

caCertificateFilename?

string

(Optional) Filename of the CA certificate file within the store directory. If not provided, it defaults to rushstack-ca.pem.

certificateFilename?

string

(Optional) Filename of the TLS certificate file within the store directory. If not provided, it defaults to rushstack-serve.pem.

keyFilename?

string

(Optional) Filename of the TLS key file within the store directory. If not provided, it defaults to rushstack-serve.key.

storePath?

string

(Optional) Path to the directory where the certificate store will be created. If not provided, it defaults to <homedir>/.rushstack.