Install StrongKey software stack on the New Node using the standalone instructions.
shell> cd /usr/local/software/skfs-v4-xx-x
shell> tar zxvf fido2server-v4.xx.x-dist.tgz -C skfs-v4-xx-x
NOTE: All parameters must be identical to those chosen for other nodes in the cluster. |
shell> ./install-skfs.sh
Do not execute this command for the IP address of the cluster node on which you are executing the command itself. It is not necessary to open the node's ports on the firewall for itself, since the replication module in SKFS does not need to replicate to itself.
shell> firewall-cmd --permanent --add-rich-rule 'rule family="ipv4" source address='<ip-target-fidoserver>' port port=7001-7003 protocol=tcp accept'
shell> systemctl restart firewalld