Skip to content

ElectronImportCertificateOptions

Unofficial

Options for importing a certificate into the platform certificate store.

Import:

import type { ElectronImportCertificateOptions } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronImportCertificateOptions

Properties

Property Type Description
certificate string Path for the pkcs12 file.
password string Passphrase for the certificate.