Interface ClientProbeOptions

requestProbe options.

interface ClientProbeOptions {
    cOpts?: ConsumerOptions;
    endpoint?: Endpoint;
    parameters: ParameterKV;
    profile: CaProfile;
}

Properties

Consumer options.

Remarks

  • .describe defaults to "NDNCERT-client" + CA prefix.
  • .retx defaults to 4.
  • .verifier is overridden.
endpoint?: Endpoint

Endpoint for communication.

Deprecated

Specify .cOpts.

parameters: ParameterKV

PROBE parameters.

profile: CaProfile

CA profile.