Hello All. I had a quick question about setting up...
# general
g
Hello All. I had a quick question about setting up rancher on k3s using helm. I'm trying to install my public SSL certificate... I have a wild card domain *.domain.com and ran the following commands.... kubectl create namespace cattle-system kubectl create secret tls tls-rancher-ingress --cert=domain.com.crt --key=domain.com.key -n cattle-system helm install rancher rancher-latest/rancher --namespace cattle-system --set hostname=rancher.netstablellc.com --set bootstrapPassword=admin --set ingress.tls.source=secret --- however... the site keeps loading with a dynamiclistener CA and certificate... I eventually tried switching the certificates for the tls-rancher secret and it was the only time I was able to see the certificate chain load in the browser... but the dynamic certificate was still appended under the certificate chain. Can anyone help me understand what I'm doing incorrect?