aboutsummaryrefslogtreecommitdiffstats
path: root/tests/snippets/dovecot/dovecot.rsa.crt
Commit message (Collapse)AuthorAgeFiles
* test suite: always generate new certificates on `make test`.Guilhem Moulin2020-12-111
| | | | | In addition, sign test certificates with the same root CA. Hence running `make test` now requires OpenSSL 1.1.1 or later.
* test suite: use a RSA certificate rather than ECDSA.Guilhem Moulin2020-12-091
It's arguably the most common use-case. Generated with $ openssl genpkey -algorithm RSA -out tests/snippets/dovecot/dovecot.rsa.key $ openssl req -x509 -days 3650 -subj "/CN=InterIMAP test suite" \ -key tests/snippets/dovecot/dovecot.rsa.key \ -out tests/snippets/dovecot/dovecot.rsa.crt