This message was deleted.
# cabpr
a
This message was deleted.
c
Is the internal or external IP visible using an
ip a
command, because RKE2 (and transitively CAPBR) uses that to add IPs to certificates automatically. That’s why, for AWS, only internal IPs are added but no external ones (which need to be added as SANs).
Also, adding hostnames/IPs to the SAN is easily possible in CAPBR using
rke2controlplane.spec.serverConfig.tlsSan
, see here.