diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:34:00 +0100 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-09 15:34:00 +0100 |
| commit | 96c540042718e05161f03dd7edeaf0ae8820d3ce (patch) | |
| tree | 44e65a9b7e477d1a414426f71e936c6533c26297 /tests/snippets/dovecot/ssl.conf | |
| parent | 34142cae2430d7b38a2542939709bbbc4a509703 (diff) | |
| parent | bb58678ba034e56f88db7202bf4e29ef3bd1bebd (diff) | |
Merge tag 'upstream/0.5.3' into debian
Upstream version 0.5.3
Diffstat (limited to 'tests/snippets/dovecot/ssl.conf')
| -rw-r--r-- | tests/snippets/dovecot/ssl.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/snippets/dovecot/ssl.conf b/tests/snippets/dovecot/ssl.conf index 240f24b..2d68c80 100644 --- a/tests/snippets/dovecot/ssl.conf +++ b/tests/snippets/dovecot/ssl.conf @@ -1,4 +1,4 @@ ssl = required -ssl_cert = <dovecot.pem -ssl_key = <dovecot.key +ssl_cert = <dovecot.rsa.crt +ssl_key = <dovecot.rsa.key ssl_dh = <dhparams.pem |
