Interface RetrieveCaProfileOptions

interface RetrieveCaProfileOptions {
    cOpts?: ConsumerOptions;
    caCertFullName: Name;
    caPrefix?: Name;
    endpoint?: Endpoint;
}

Properties

Consumer options.

Remarks

  • .describe defaults to "NDNCERT-client" + CA prefix.
  • .retx defaults to 4.
caCertFullName: Name

CA certificate name with implicit digest.

caPrefix?: Name

CA prefix.

Default Value

Using the subject name of CA certificate name.
endpoint?: Endpoint

Endpoint for communication.

Deprecated

Specify .cOpts.

Generated using TypeDoc