use global variable for default certificate bundle location

This commit is contained in:
Timo Makinen 2019-05-28 21:22:14 +03:00
parent 1a4aec1b66
commit e0b519cf21
3 changed files with 3 additions and 1 deletions

View file

@ -2,5 +2,5 @@
BASE {{ ldap_basedn }}
URI {% for item in ldap_server %}ldaps://{{ item }} {% endfor %}
TLS_CACERT {{ tls_certs }}/cert.pem
TLS_CACERT {{ tls_bundle }}
TLS_REQCERT demand