samotop 0.8.0

SMTP server and library built on async-std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


```
openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out Samotop.crt -keyout Samotop.key
```

```
openssl pkcs12 -export -out Samotop.pfx -inkey Samotop.key -in Samotop.crt
```

```
openssl s_client -connect localhost:12345
```

```
openssl s_client -connect localhost:12345 -starttls smtp
```