Rush StackShopBlogEvents
Skip to main content

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

(constructor)(options)

Constructs a new instance of the CertificateStore class

Properties

Property

Modifiers

Type

Description

caCertificateData

string | undefined

Debug Certificate Authority certificate pem file contents.

caCertificatePath

readonly

string

Path to the saved debug CA certificate

certificateData

string | undefined

Debug TLS Server certificate pem file contents.

certificatePath

readonly

string

Path to the saved debug TLS certificate

keyData

string | undefined

Key used to sign the debug pem certificate.

keyPath

readonly

string

Path to the saved debug TLS key

storePath

readonly

string

Path to the directory where the debug certificates are stored.