We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698fb5d commit ff071a2Copy full SHA for ff071a2
1 file changed
README.md
@@ -492,9 +492,13 @@ authenticating a user.
492
To compile wolfSSH with X.509 support, use the `--enable-certs` build option
493
or define `WOLFSSH_CERTS`:
494
495
- $ ./configure --enable-certs
+ $ ./configure --enable-certs CPPFLAGS=-DWOLFSSH_NO_FPKI
496
$ make
497
498
+For this example, we are disabling the FPKI checking as the included
499
+certificate for "fred" does not have the required FPKI extensions. If the
500
+flag WOLFSSH_NO_FPKI is removed, you can see the certificate get rejected.
501
+
502
To provide a CA root certificate to validate a user's certificate, give the
503
echoserver the command line option `-a`.
504
0 commit comments