Certificate
Defined in: packages/agent/src/certificate.ts:198
cert:
Cert
Defined in: packages/agent/src/certificate.ts:199
Methods
Section titled “Methods”lookup_path()
Section titled “lookup_path()”lookup_path(
path
):LookupResult
Defined in: packages/agent/src/certificate.ts:250
Lookup a path in the certificate tree, using lookup_path.
Parameters
Section titled “Parameters”The path to lookup.
Returns
Section titled “Returns”The result of the lookup.
lookup_subtree()
Section titled “lookup_subtree()”lookup_subtree(
path
):SubtreeLookupResult
Defined in: packages/agent/src/certificate.ts:259
Lookup a subtree in the certificate tree, using lookup_subtree.
Parameters
Section titled “Parameters”The path to lookup.
Returns
Section titled “Returns”The result of the lookup.
create()
Section titled “create()”
static
create(options
):Promise
<Certificate
>
Defined in: packages/agent/src/certificate.ts:209
Create a new instance of a certificate, automatically verifying it.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Promise
<Certificate
>
Throws
Section titled “Throws”if the verification of the certificate fails