Skip to content

Certificate

Defined in: packages/core/src/agent/certificate.ts:212

cert: Cert

Defined in: packages/core/src/agent/certificate.ts:213

lookup_path(path): LookupResult

Defined in: packages/core/src/agent/certificate.ts:274

Lookup a path in the certificate tree, using lookup_path.

NodePath

The path to lookup.

LookupResult

The result of the lookup.


lookup_subtree(path): SubtreeLookupResult

Defined in: packages/core/src/agent/certificate.ts:283

Lookup a subtree in the certificate tree, using lookup_subtree.

NodePath

The path to lookup.

SubtreeLookupResult

The result of the lookup.


static create(options): Promise<Certificate>

Defined in: packages/core/src/agent/certificate.ts:224

Create a new instance of a certificate, automatically verifying it.

CreateCertificateOptions

CreateCertificateOptions

Promise<Certificate>

if the verification of the certificate fails