use global variable for default certificate bundle location
This commit is contained in:
parent
1a4aec1b66
commit
e0b519cf21
3 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue