Skip to content

Commit 204fbcd

Browse files
committed
Shared SSL certificate
1 parent 7e49468 commit 204fbcd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ssl = yes
2-
ssl_cert = </etc/dovecot/dovecot.pem
3-
ssl_key = </etc/dovecot/private/dovecot.pem
2+
ssl_cert = </usr/local/vesta/ssl/certificate.crt
3+
ssl_key = </usr/local/vesta/ssl/certificate.key

install/ubuntu/exim4.conf.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ spamd_address = 127.0.0.1 783
2525
av_scanner = clamd: /var/run/clamav/clamd.ctl
2626
.endif
2727

28-
#tls_advertise_hosts = *
29-
#tls_certificate = /usr/local/vesta/ssl/certificate.crt
30-
#tls_privatekey = /usr/local/vesta/ssl/certificate.key
28+
tls_advertise_hosts = *
29+
tls_certificate = /usr/local/vesta/ssl/certificate.crt
30+
tls_privatekey = /usr/local/vesta/ssl/certificate.key
3131

3232
daemon_smtp_ports = 25 : 465 : 587 : 2525
3333
tls_on_connect_ports = 465

0 commit comments

Comments
 (0)