Articles in this section

How to dynamically add seeds with tlsname in XDR?

Context

When enabling TLS in XDR you can dynamically add the seeds nodes.
The command format is the following:  host:port:tls-name

Method

1) Command to dynamically add a seed with tls-name:
 
manage config xdr dc <DCNAME> add node <HOSTNAME>:<TLS_PORT>:<TLS_NAME>

2) Command to dynamically remove a seed with tls-name:

(no need to specify the tls-name in that case)
manage config xdr dc <DCNAME> remove node <HOSTNAME>:<TLS_PORT>

3) Example:
 
manage config xdr dc DC3 add node 172.17.0.10:4333:tls1

manage config xdr dc DC3 remove node 172.17.0.10:4333


 

Applies To Earliest Version

5.0

Applies To Latest Version

Current Version
Was this article helpful?
0 out of 0 found this helpful