diff --git a/roles/jellyfin/templates/jellyfin.httpd.conf.j2 b/roles/jellyfin/templates/jellyfin.httpd.conf.j2 index a9832cd..7ca2f1d 100644 --- a/roles/jellyfin/templates/jellyfin.httpd.conf.j2 +++ b/roles/jellyfin/templates/jellyfin.httpd.conf.j2 @@ -31,6 +31,8 @@ Listen 8443 ServerName {{ jellyfin_server_name }} + Include conf.d/ssl.include + SSLCertificateFile {{ jellyfin_ssl_certificate }} SSLCertificateKeyFile {{ jellyfin_ssl_certificate_key }} SSLCertificateChainFile {{ jellyfin_ssl_certificate }}