Interface RetrieveCaProfileOptions

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

Properties

caCertFullName: Name

CA certificate name with implicit digest.

caPrefix?: Name

CA prefix. Default is using the subject name of CA certificate name.

endpoint?: Endpoint

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

Generated using TypeDoc