r/jellyfin: Mount LDAP CA certificate in container
In order to enable authentication using LDAP over TLS in Jellyfin, we need to expose the CA certificate that issues the LDAP server certificates to the container.
This commit is contained in:
@@ -6,6 +6,7 @@ jellyfin_media_dirs:
|
||||
- /srv/cifs/TV Shows
|
||||
jellyfin_server_name: jellyfin.pyrocufflink.blue
|
||||
jellyfin_server_url: https://{{ jellyfin_server_name }}
|
||||
jellyfin_ldap_ca_cert: /etc/pki/ca-trust/source/anchors/dch-root-ca-r2.crt
|
||||
|
||||
jellyfin_ssl_certificate: >-
|
||||
{{ apache_ssl_certificate }}
|
||||
|
||||
Reference in New Issue
Block a user