Problem
Apple devices complain about certificate issues
Solution
The requirements for Apple are by default not met.
Enable SSL to use the missing subjectAltName by editing the file /etc/univention/ssl/openssl.conf
:
echo "subjectAltName=DNS:*.$(ucr get domainname)" >> /etc/univention/ssl/openssl.conf