/etc/kopano/webapp/kopano-webapp-nginx-ssl.conf is in kopano-webapp-nginx 3.4.6+dfsg1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # This file is part of the kopano-webapp-nginx package.
#
# The porpose of this file is to provide intermediate certificate data right
# after the installation of the kopano-webapp-nginx package.
# You really want to adjust the following lines and add valid certificate
# data here! Otherwise the snakeoil intermediate certificate will be used for
# https transport.
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key;
|