diff options
Diffstat (limited to 'tests/tls-sni/remote.conf')
-rw-r--r-- | tests/tls-sni/remote.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tls-sni/remote.conf b/tests/tls-sni/remote.conf new file mode 100644 index 0000000..4ccfb44 --- /dev/null +++ b/tests/tls-sni/remote.conf @@ -0,0 +1,7 @@ +!include conf.d/imapd.conf +!include conf.d/ssl.conf + +local_name imap.example.net { + ssl_cert = <conf.d/dovecot.rsa2.crt + ssl_key = <conf.d/dovecot.rsa2.key +} |