We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba898e7 commit 47dac44Copy full SHA for 47dac44
certstore/README.md
@@ -9,9 +9,10 @@ A simple example of using the X509_STORE compatibility layer API with wolfSSL.
9
```
10
$ cd wolfssl
11
$ ./autogen.sh # If downloaded from github
12
-$ ./configure --enable-opensslall--enable-crl # CRL is optional.
+$ ./configure --enable-opensslall
13
$ make
14
$ sudo make install
15
+$ sudo ldconfig # if wanting to update links and cache of recent shared library
16
17
18
0 commit comments