I am currently trying to setup the communication between two Kubernetes clusters and they should reach each other via a subdomain hosted at Cloudflare.
I have generated an Origin Certificate for it and it yields tls.crt and tls.key. However, the config I have to set looks as follows:
existingSecret:
name: thanos-client-cert
keyMapping:
ca-cert: ca.crt
tls-cert: tls.crt
tls-key: tls.key
Hence, I am ca.crt here. Do you know how I can get it?