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