We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f24e6d commit 800c4d3Copy full SHA for 800c4d3
1 file changed
certmanager/README.md
@@ -8,7 +8,18 @@ in a standalone manner, separate from an SSL/TLS connection.
8
## Compiling and Running the Example
9
10
```
11
-$ ./configure --enable-opensslextra
12
-$ make
+$ cd wolfssl
+$ ./autogen.sh # If downloaded from github
13
+$ ./configure --enable-crl # CRL is optional.
14
+$ make all
15
+$ make check
16
+$ sudo make install
17
+```
18
+
19
20
+$ cd wolfssl-examples
21
+$ cd certmanager
22
23
$ ./certverify
24
25
0 commit comments