ElectronCertificate
Unofficial
An Electron certificate.
Import:
import type { ElectronCertificate } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronCertificateProperties
| Property | Type | Description | |
|---|---|---|---|
| data | string | PEM encoded data. | |
| fingerprint | string | Fingerprint of the certificate. | |
| issuer | ElectronCertificatePrincipal | Issuer principal. | |
| issuerCert | ElectronCertificate | Issuer certificate (if not self-signed). | |
| issuerName | string | Issuer's Common Name. | |
| serialNumber | string | Hex value represented string. | |
| subject | ElectronCertificatePrincipal | Subject principal. | |
| subjectName | string | Subject's Common Name. | |
| validExpiry | number | End date of the certificate being valid in seconds. | |
| validStart | number | Start date of the certificate being valid in seconds. |
Links to this page: