Unable to self sign certificate nginx ingress k3s
I'm new to K3s, and have struggle with this step for a few days. Environment: Ubuntu 20.04 | K3s installation without Traefik. K3s installation script: curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --no-deploy=traefik" sh -s - Nginx ingress installation script helm repo…