Interface SelfSignOptions

Hierarchy

  • SelfSignOptions

Properties

freshness?: number

Certificate packet FreshnessPeriod, default is 1 hour.

privateKey: NamedSigner<any>

Private key corresponding to public key.

publicKey: PublicKey

Public key to appear in certificate.

validity?: ValidityPeriod

ValidityPeriod, default is maximum validity.

Generated using TypeDoc