Skip to content

Certificate

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

cert: Cert

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

lookup_path(path): LookupResult

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

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:259

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:209

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

CreateCertificateOptions

CreateCertificateOptions

Promise<Certificate>

if the verification of the certificate fails