breezy-autumn-81048
03/29/2023, 10:21 AMcurl: (60) SSL certificate problem: self signed certificate in certificate chain More details here: <https://curl.haxx.se/docs/sslcerts.html>
when pod is trying to access my GitHub Enterprise Server, is it enough to add a self-signed certificate to /var/lib/rancher/k3s/server/tls
? Only the server cert should be added or the rootCA and intermediate certs as well?
Thanks in advance,curl -v <https://github.myexample.com> --cacert /etc/ssl/certs/rootCA.crt
Would be good to understand where that root CA should be added in K3S so pods could use it.refined-analyst-8898
03/29/2023, 12:29 PMbreezy-autumn-81048
03/31/2023, 2:32 PM