Use the fullchain certificate.

This commit is contained in:
Andrea Dell'Amico 2022-05-08 15:35:07 +02:00
parent 27b5c21215
commit c27c96be67
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ influxdb_config:
influxdb_tls_letsencrypt_managed: true
influxdb_tls_enabled: false
influxdb_tls_cert_dir: /etc/pki/influxdb
influxdb_tls_cert_path: '{{ letsencrypt_acme_sh_certificates_install_path }}/cert'
influxdb_tls_cert_path: '{{ letsencrypt_acme_sh_certificates_install_path }}/fullchain'
influxdb_tls_key_path: '{{ influxdb_tls_cert_dir }}/influxdb.key'
influxdb_tls_config:
- {section: http, option: 'https-enabled', value: '{{ influxdb_tls_enabled | lower }}', state: present}