diff --git a/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 b/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 index 585e62d84b..d68c4c38bf 100644 --- a/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 +++ b/playbooks/roles/graphite/templates/graphite-statsd.conf.j2 @@ -11,7 +11,7 @@ server { listen [::]:443 ssl; server_name {{ inventory_hostname }}; - ssl_certificate /etc/letsencrypt-certs/{{ inventory_hostname }}/{{ inventory_hostname }}.cer; + ssl_certificate /etc/letsencrypt-certs/{{ inventory_hostname }}/fullchain.cer; ssl_certificate_key /etc/letsencrypt-certs/{{ inventory_hostname }}/{{ inventory_hostname }}.key; root /opt/graphite/static; index index.html;