Hi,
I figured out that kopano-ical seems not be able to read the certificate key file. The domain.key file has 0640 rights for root. May I change the rights manually and will this work without any issues to other services or is there something not like expected with kopano-ical?
Kopano ical log
Starting kopano-ical version 8.7.0 (pid 13609 uid 998)
ECChannel::HrSetCtx(): cannot open key file
Error loading SSL context, ICALS will be disabled: call failed (80004005)
Kopano ical config
# File with RSA key for SSL
# Warning: the value "ssl_private_key_file" has been set via UCR variable "kopano/cfg/ical/ssl_private_key_file"
ssl_private_key_file = /etc/univention/letsencrypt/domain.key
# File with certificate for SSL
# Warning: the value "ssl_certificate_file" has been set via UCR variable "kopano/cfg/ical/ssl_certificate_file"
ssl_certificate_file = /etc/univention/letsencrypt/signed_chain.crt
Andy