https://rancher.com/ logo
Title
e

eager-cartoon-94692

10/01/2022, 11:39 PM
Hi all, sorry if this isn't the place to ask a k3d specific question, but it seemed like the best option. Here it goes: Is there a way to specify a cacert that I create to be used for mutual TLS authentication?
I want to do this, but I don't think it will work:
k3d cluster create \
  --k3s-arg "--kube-apiserver-arg=client-ca-file=/some/path/myCa.crt"
Becasue I imagine I need to put "myCa.crt" in the docker container(s) running k3s node(s)... before k3s starts
--volume
looks like it may solve my problem. I'll give it a try: https://k3d.io/v5.0.0/usage/commands/k3d_cluster_create/
👍 1
c

creamy-pencil-82913

10/02/2022, 4:07 AM
-> #k3d
👍 1