Skip to content

Commit

Permalink
Pfad zum Kopano-Zertifikat an invis-Version 13.5 und älter angepasst.
Browse files Browse the repository at this point in the history
  • Loading branch information
flacco committed Jan 20, 2019
1 parent 4ef8639 commit de52bf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions usr/bin/inviscerts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ deploycerts() {
openssl rsa -in $ersadir/private/$cn.key -out $confdir/private/mail-key.pem
# Kopano
# Mail-Zertifikat und -Schluesel für Kopano in einer Datei kombinieren
cp $confdir/private/mail-key.pem $confdir/private/kopano.pem
cat $confdir/certs/mail-cert.pem >> $confdir/private/kopano.pem
cp $confdir/private/mail-key.pem $confdir/certs/kopano.pem
cat $confdir/certs/mail-cert.pem >> $confdir/certs/kopano.pem
;;
"vpn")
mv $ersadir/private/$cn.p12 /srv/shares/service/VPN-Clients/Zertifikate/
Expand Down
4 changes: 2 additions & 2 deletions usr/bin/mkkopanokey
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ keypath="/etc/invis/private"
certpath="/etc/invis/certs"

# Standardschluessel kopieren
cp $keypath/mail-key.pem $keypath/kopano.pem
cat $certpath/mail-cert.pem >> $keypath/kopano.pem
cp $keypath/mail-key.pem $certpath/kopano.pem
cat $certpath/mail-cert.pem >> $certpath/kopano.pem
2 changes: 1 addition & 1 deletion usr/share/sine/templates/groupware/kopano/server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ attachment_compression = 6
server_listen_tls = *:237

# Required Server certificate, contains the certificate and the private key parts
server_ssl_key_file = /etc/invis/private/kopano.pem
server_ssl_key_file = /etc/invis/certs/kopano.pem

# Password of Server certificate
server_ssl_key_pass = replace-with-server-cert-password
Expand Down

0 comments on commit de52bf7

Please sign in to comment.