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