We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4d179 commit fcd4e02Copy full SHA for fcd4e02
1 file changed
ocsp/stapling/README.md
@@ -19,6 +19,14 @@ This directory contains a standalone example demonstrating OCSP stapling with dy
19
20
## Building
21
22
+For this example, you need to build wolfSSL with OCSP and session certificate support. The following configuration options are required:
23
+
24
+```sh
25
+./configure --enable-ocsp --enable-ocspstapling --enable-ocspstapling2 --enable-cert-setup-cb --enable-sessioncerts
26
+make
27
+make install
28
+```
29
30
To build both the server and client, simply run:
31
32
```sh
0 commit comments