Skip to content

Commit 5f9e4f7

Browse files
update commands for example PQC connection
1 parent 7548740 commit 5f9e4f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

wolfSSL/src/appendix07.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ You will need the patched OQS OpenSSL Provider fork in order to generate X.509 c
6363
You can run the server and client like this in separate terminals:
6464

6565
```sh
66-
$ examples/server/server -v 4 -l TLS_AES_256_GCM_SHA384 \
67-
-A certs/mldsa87_root_cert.pem \
68-
-c certs/mldsa44_entity_cert.pem \
69-
-k certs/mldsa44_entity_key.pem \
66+
examples/server/server -v 4 -l TLS_AES_256_GCM_SHA384 \
67+
-A ../osp/oqs/mldsa87_root_cert.pem \
68+
-c ../osp/oqs/mldsa44_entity_cert.pem \
69+
-k ../osp/oqs/mldsa44_entity_key.pem \
7070
--pqc SecP521r1MLKEM1024
7171
```
7272

7373
```sh
74-
$ examples/client/client -v 4 -l TLS_AES_256_GCM_SHA384 \
75-
-A certs/mldsa44_root_cert.pem \
76-
-c certs/mldsa87_entity_cert.pem \
77-
-k certs/mldsa87_entity_key.pem \
74+
examples/client/client -v 4 -l TLS_AES_256_GCM_SHA384 \
75+
-A ../osp/oqs/mldsa44_root_cert.pem \
76+
-c ../osp/oqs/mldsa87_entity_cert.pem \
77+
-k ../osp/oqs/mldsa87_entity_key.pem \
7878
--pqc SecP521r1MLKEM1024
7979
```
8080

0 commit comments

Comments
 (0)