Skip to content

Commit fcd4e02

Browse files
committed
instructions detailing how to build wolfSSL
1 parent 4b4d179 commit fcd4e02

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ocsp/stapling/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ This directory contains a standalone example demonstrating OCSP stapling with dy
1919

2020
## Building
2121

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+
2230
To build both the server and client, simply run:
2331

2432
```sh

0 commit comments

Comments
 (0)