Home > @rushstack/debug-certificate-manager > ICertificate
ICertificate interface
The interface for a debug certificate instance
Signature:
export interface ICertificate
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
pemCaCertificate | string | undefined | Generated pem Certificate Authority certificate contents | |
pemCertificate | string | undefined | Generated pem TLS Server certificate contents | |
pemKey | string | undefined | Private key for the TLS server certificate, used to sign TLS communications | |
subjectAltNames | readonly string[] | undefined | The subject names the TLS server certificate is valid for |