aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-sni/remote.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@debian.org>2025-04-26 18:24:46 +0200
committerGuilhem Moulin <guilhem@debian.org>2025-04-26 18:24:46 +0200
commit822f251cd94468a2ab305f46078c9f3e38b68b5f (patch)
tree2ec291885cc3db4c1f15445557b0f57c223f6931 /tests/tls-sni/remote.conf
parent6efe479ce30432045a099c4624455f152fa19ba3 (diff)
parentd3bcc2e368e7399af664812cbd67df1dc827d58b (diff)
Merge tag 'v0.5.8' into debian/latest
Release version 0.5.8
Diffstat (limited to 'tests/tls-sni/remote.conf')
-rw-r--r--tests/tls-sni/remote.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tls-sni/remote.conf b/tests/tls-sni/remote.conf
index 4ccfb44..ef76cf9 100644
--- a/tests/tls-sni/remote.conf
+++ b/tests/tls-sni/remote.conf
@@ -2,6 +2,6 @@
!include conf.d/ssl.conf
local_name imap.example.net {
- ssl_cert = <conf.d/dovecot.rsa2.crt
- ssl_key = <conf.d/dovecot.rsa2.key
+ ssl_server_cert_file = conf.d/dovecot.rsa2.crt
+ ssl_server_key_file = conf.d/dovecot.rsa2.key
}