so, after looking at my loadbalancer setup, I am going to attach a public ip for wireguard only for the UDP traffic. For the rest of the access, I am understanding that if I eliminate traefik/caddy, I will need to generate self signed certs for the various netmaker components, is that correct? would it be easier to keep caddy or traefik and configure it to generate self signed certs and just pass thru the traffic from the NLB?
My main reasoning for not wanting to manage certs via letsencrypt is that as I destroy and rebuild envs, i end up triggering SLAs with LE. Using the staging server doesn't really work for trusted CA purposes if you can't control all the clients that will be hitting the servers with the staging-based certs.