Certificate
Defined in: packages/agent/src/certificate.ts:176
Properties
Section titled “Properties”cert:
Cert
Defined in: packages/agent/src/certificate.ts:177
Methods
Section titled “Methods”lookup_path()
Section titled “lookup_path()”lookup_path(
path
):LookupResult
Defined in: packages/agent/src/certificate.ts:225
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:234
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:189
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 certificate cannot be verified