Open zrhoffman opened 1 year ago
cdn.conf
ClientAuth
"tls_config"
"client_certificate_authentication"
These changes need to be made in /infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2, as well.
/infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2
I see in the code that this issue is fixed
This Feature Request affects these Traffic Control components:
Description
7392 added support for certificate-based authentication in Traffic Ops. In
cdn.conf
, that meantClientAuth
in the"tls_config"
section https://github.com/apache/trafficcontrol/blob/bf3487cdf484ec30cacdb7bcebff75ab5e81bbdd/traffic_ops/app/conf/cdn.conf#L44"client_certificate_authentication"
section https://github.com/apache/trafficcontrol/blob/bf3487cdf484ec30cacdb7bcebff75ab5e81bbdd/traffic_ops/app/conf/cdn.conf#L107-L109These changes need to be made in
/infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2
, as well.