{ "apiVersion": "traefik.io/v1alpha1", "kind": "TLSOption", "metadata": { "name": "devicemgmt-agent-mtls", "namespace": "fc-devicemgmt" }, "spec": { "clientAuth": { "clientAuthType": "RequireAndVerifyClientCert", "secretNames": [ "devicemgmt-agent-client-ca" ] } } }