Skip to content

Commit 070282f

Browse files
committed
fix README
1 parent 6dfd723 commit 070282f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ wolfssl verify -CAfile A.cert C.cert
161161

162162
Following is a scenario creating Chimera (dual algorithms) certificates for PQC(Post Quantum Cryptography).
163163

164-
The following demonstrates how to create a root CA and use it to sign other certificates. This example uses ECC and ML-DSA. In this scenario there are three entities A, B, and C, where A is meant to function as a root CA.
164+
The following demonstrates how to create a root CA and use it to sign other certificates. This example uses ECC and ML-DSA. In this scenario there are three entities A, B, and C, where A is meant to function as a root CA, and B is assumed to be an intermediate CA.
165165

166166
Before running the commands below, ensure you have the `ml-dsa` option enabled in wolfSSL. This can be done by configuring wolfSSL with `--enable-wolfclu`, `--enable-dilithium`, `--enable-dual-alg-certs` and `--enable-experimental`.
167167

168-
The following steps demonstrate how to generate keys and certificates for A, B, and C, where A is self-signed and B and C are signed by A
168+
The following steps demonstrate how to generate keys and certificates for A, B, and C, where A is self-signed and B and C are signed by A.
169169

170170
1. Create private ECC and ML-DSA keys for A, B, and C
171171
```

0 commit comments

Comments
 (0)