rich-oxygen-84430
07/26/2023, 9:49 AMdocker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:stable
kubectl get secret -n kube-system k3s-serving -o jsonpath="{.data.tls\.crt}" | base64 --decode
kubectl get secret -n kube-system k3s-serving -o jsonpath="{.data.tls\.key}" | base64 --decode
./rancher login <https://rancher.xxxxy.cn/v3> --token token-2r8hf:9cqljp2dccmvkpj --cacert cert.pem
FATA[0000] CACerts is not valid
Why is this? Can anyone tell me?