Skip to content

Certificate

Defined in: packages/agent/src/certificate.ts:176

cert: Cert

Defined in: packages/agent/src/certificate.ts:177

lookup_path(path): LookupResult

Defined in: packages/agent/src/certificate.ts:225

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/agent/src/certificate.ts:234

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/agent/src/certificate.ts:189

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

CreateCertificateOptions

CreateCertificateOptions

Promise<Certificate>

if the certificate cannot be verified