dsouza93 commented on code in PR #7781:
URL: https://github.com/apache/trafficcontrol/pull/7781#discussion_r1317604470


##########
infrastructure/ansible/roles/traffic_ops/templates/cdn.conf.j2:
##########
@@ -92,5 +95,8 @@
       "convert_self_signed": {{ to_le_convert_self_signed | bool | lower }},
       "renew_days_before_expiration": {{ to_le_renew_days_before_expiration | 
int }},
       "environment": "{{ to_le_environment }}"
+   },
+   "client_certificate_authentication" : {
+      "root_certificates_directory" : "{{ to_client_cert_root_directory }}"

Review Comment:
   It might not exist - for our purposes I handled it in ansible-pull. It 
already exists on all of our nightly boxes. I will handle this the same way 
when going to production.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to