Skip to content

ElectronRequest

Unofficial

A certificate verification request passed to a certificate verify proc.

Import:

import type { ElectronRequest } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronRequest

Properties

PropertyTypeDescription
certificateElectronCertificateThe certificate presented by the server.
errorCodenumberThe error code.
hostnamestringThe host name being verified.
isIssuedByKnownRootbooleanWhether Chromium recognises the root CA as a standard root.
validatedCertificateElectronCertificateThe certificate as validated by Chromium.
verificationResultstringOK if the certificate is trusted, otherwise an error like CERT_REVOKED.