Skip to content

Commit 1099e57

Browse files
committed
move smtp files to tls-options
1 parent f3b5883 commit 1099e57

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

tls-options/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@ Example:
123123
-a <Peer auth mode> -m <Verify mode>
124124
```
125125

126+
#### Use SMTP client
127+
128+
You can use smtp OVERSSL/STARTTLS client.
129+
130+
Example:
131+
132+
```sh
133+
./client-tls-smtp-starttls <SERVER_NAME> <CERT_FILE>
134+
```
135+
136+
```sh
137+
./client-tls-smtp-overssl <SERVER_NAME> <CERT_FILE>
138+
```
139+
126140
## Cleaning Up
127141

128142
You can remove executable files by doing:
File renamed without changes.

0 commit comments

Comments
 (0)