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:
@@ -62,6 +62,15 @@
|
||||
- systemd
|
||||
- container
|
||||
|
||||
- name: ensure selinux allows containers to read certificate files
|
||||
seboolean:
|
||||
name: container_read_certs
|
||||
persistent: true
|
||||
state: true
|
||||
when: jellyfin_ldap_ca_cert|d
|
||||
tags:
|
||||
- selinux
|
||||
|
||||
- name: flush handlers
|
||||
meta: flush_handlers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user