Hello @ishustava @ishustava1
Reagarding the discussion here, which certificate is the correct certificate to connect Consul from Vault?
That one;
kubectl create secret generic consul-client-ca --from-literal=ca="$(kubectl exec consul-server-0 -- curl -sk https://localhost:8501/v1/connect/ca/roots | jq -r .Roots[0].RootCert)"
or that one?
consul-consul-ca-cert/tls.crt
Also please check following dialogs:
Could you please advise how to connect tls enabled Consul from Vault securely by a reasonable way?
Thanks & Regards