Some of our node_exporter versions are too old and don't support allowed sans option.
7 lines
249 B
Django/Jinja
7 lines
249 B
Django/Jinja
---
|
|
tls_server_config:
|
|
key_file: {{ tls_private }}/{{ inventory_hostname }}.key
|
|
cert_file: {{ tls_certs }}/{{ inventory_hostname }}.crt
|
|
client_ca_file: {{ tls_certs }}/ca.crt
|
|
client_auth_type: RequireAndVerifyClientCert
|
|
min_version: TLS13
|