Interface ClientOptions

Hierarchy

  • ClientOptions

Properties

challenges: ClientChallenge[]

Challenges in preferred order.

endpoint?: Endpoint

Endpoint for communication. Default is an Endpoint on default Forwarder with up to 4 retransmissions.

privateKey: PrivateKey

Private key corresponding to the public key.

profile: CaProfile

CA profile.

publicKey: PublicKey

Public key to request certificate for.

validity?: ValidityPeriod

ValidityPeriod, will be truncated to the maximum allowed by CA profile.

Generated using TypeDoc