SSL Configuration

Hi all,
I am facing issue while configuring SSL in Kubernetes cluster with istio, “” kubectl create -n istio-system secret tls istio-ingressgateway-certs --key decrypted-key.key --cert certificate.crt “” – is the command I am using. But When I am checking my domain name in digicert or sslshopper its showing ssl is not from trusted source, which is a paid ssl from Godaddy. In the SSL I have 2 crt files(bundle, certificate) and key file. colud you guys help me in sorting out the issue?