aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/email/integration/README.md
blob: d3962776e1c111b0e68a8f60f221a7400ebd336a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Email

## TLS TLS Proxy

Required for Android 7.0 that does not support elliptic curves.

Generate a key:

```bash
openssl req -x509 -newkey rsa:4096 -sha256 -days 3650 -nodes -keyout rsa.key -out rsa.crt -subj "/CN=imap.deuxfleurs.fr" -addext "subjectAltName=DNS:smtp.deuxfleurs.fr"
```

Run the command:

```bash
./integration/proxy.sh imap.deuxfleurs.fr:993 1993
```

Test it:

```bash
openssl s_client localhost:1993
```