This message was deleted.
# rancher-setup
a
This message was deleted.
b
The error states that there are missing intermediate certificates. Did you install them (usually named something like
gd_bundle_*.pem
with GoDaddy certs) along with the certificate itself? If so, what was the process you followed?
q
Dear Jim, Thank you for the response steps followed From Pfx Extract the Private Key ,Certificate,CA Certificate key.pem cert.pem ca.pem kubectl -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 helm install rancher rancher-stable/rancher \ --namespace cattle-system \ --set hostname=rancher.mos.gov.sa \ --set bootstrapPassword=admin \ --set ingress.tls.source=secret \ --set privateCA=true
and used import command from rancher UI i got the error from cattle-cluster-agent pod