flaky-shampoo-86024
08/17/2022, 1:53 AMbusy-ability-54059
08/17/2022, 9:43 AMserver-url
which might be what you are looking for.
You should set the URL to the main entry point to your Rancher Server, otherwise 3rd party providers might not be able to reach back to your server. Hope it helps. 🙏flaky-shampoo-86024
08/17/2022, 3:45 PMkubectl -n cattle-system create secret tls tls-rancher-ingress \
--cert=tls.crt \
--key=tls.key
kubectl -n cattle-system create secret generic tls-ca \
--from-file=cacerts.pem=./cacerts.pem
3. Install Rancher
helm upgrade rancher rancher-latest/rancher \
--namespace cattle-system \
--set hostname=yourdomain.com\
--set bootstrapPassword=<rancherdesiredpassword> \
--set ingress.tls.source=secret \
--set privateCA=true