DmrClusterLinkTlsTrustedCommonName: {
    dmrClusterName?: string;
    remoteNodeName?: string;
    tlsTrustedCommonName?: string;
}

Type declaration

  • Optional dmrClusterName?: string

    The name of the Cluster. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.

  • Optional remoteNodeName?: string

    The name of the node at the remote end of the Link. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.

  • Optional tlsTrustedCommonName?: string

    The expected trusted common name of the remote certificate. Deprecated since 2.18. Common Name validation has been replaced by Server Certificate Name validation.