Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Certificates / generateCerts

Function: generateCerts()

generateCerts(params): Promise<object>

Generates multiple certificates based on the provided options list.

Parameters

params

The parameters for generating certificates.

params.list: CertOptions[] = []

The list of options for each certificate.

params.pair: any

The SEA pair object with private and public keys.

Returns

Promise<object>

  • An object containing the generated certificates.

Defined in

src/crypto/useCert.js:62

MIT