diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 17:57:22 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 18:32:43 +0100 |
commit | b99cd2fd12bc3a2c6b858e65182a47a4ef27dba2 (patch) | |
tree | 6d1f90a97a008b6be7680021ccb93faccaad3988 /tests/config/dovecot/ssl.conf | |
parent | 35f4ecefa9c9ff55acfdb337b215e3d13345c86d (diff) |
test suite: `mv tests/snippets tests/config`
Diffstat (limited to 'tests/config/dovecot/ssl.conf')
-rw-r--r-- | tests/config/dovecot/ssl.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/config/dovecot/ssl.conf b/tests/config/dovecot/ssl.conf new file mode 100644 index 0000000..2d68c80 --- /dev/null +++ b/tests/config/dovecot/ssl.conf @@ -0,0 +1,4 @@ +ssl = required +ssl_cert = <dovecot.rsa.crt +ssl_key = <dovecot.rsa.key +ssl_dh = <dhparams.pem |