Hi All, a question on certificate rotation, I see ...
# rke2
l
Hi All, a question on certificate rotation, I see this guide (https://docs.rke2.io/advanced) recommending the commands below but I am not sure how this applies to HA mode, in my case, I run multiple control-plane and agent nodes
Copy code
systemctl stop rke2-server
rke2 certificate rotate
systemctl start rke2-server
• Run these on each control plane node?