Skip to content

Commit e99ba1f

Browse files
committed
Fix copy and paste errors.
1 parent 9187968 commit e99ba1f

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

dtls/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,14 +1738,24 @@ In another terminal, run the client export application, enter a message and then
17381738
```
17391739

17401740
Both application will then exit. You can find new .bin files that are generated.
1741+
17411742
In the first terminal, run the the server import application.
17421743

17431744
```bash
1744-
./server-dtls-export
1745+
./server-dtls-import
1746+
```
1747+
1748+
It will import the server binary file.
1749+
1750+
In the second terminal, run the client import application.
1751+
1752+
```bash
1753+
./client-dtls-import
17451754
```
17461755

1747-
It will load the server binary file. In the second terminal, run the client import application, type a message and press enter. The server will be able to get the message and decrypt it as if the two applications had never been interrupted.
1748-
.
1756+
It will import the client binary file.
1757+
1758+
Type a message and press enter. The server will be able to get the message and decrypt it as if the two applications had never been interrupted.
17491759

17501760
### 6.5 Session Data Encryption
17511761

0 commit comments

Comments
 (0)