diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-10 14:34:48 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 11:20:41 +0100 |
commit | 26e5c04abfb81bdcbd4d89d9f9329b8433920b26 (patch) | |
tree | e73554f83d12471c55834be114bcd186885c2043 /tests/run | |
parent | 17b263c49df682fc45f0e50cceb01db4366ad9a7 (diff) |
test suite: always generate new certificates on `make test`.
In addition, sign test certificates with the same root CA. Hence
running `make test` now requires OpenSSL 1.1.1 or later.
Diffstat (limited to 'tests/run')
-rwxr-xr-x | tests/run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ prepare() { cat >>"$home/.dovecot/config" <"$TESTDIR/$u.conf" fi cp -aT -- "$BASEDIR/snippets/dovecot" "$home/.dovecot/conf.d" + cp -at "$home/.dovecot/conf.d" -- "$BASEDIR/certs/ca.crt" "$BASEDIR/certs"/dovecot.* proto="$(env -i "${ENVIRON[@]}" doveconf -c "$home/.dovecot/config" -h protocols)" if [ -n "$proto" ]; then |