Skip to content

Commit c53b2e7

Browse files
authored
Merge pull request #404 from anhu/certmgrnoextra
Cert Manager does not need openssl extra
2 parents 44383ea + 800c4d3 commit c53b2e7

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

certmanager/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@ in a standalone manner, separate from an SSL/TLS connection.
88
## Compiling and Running the Example
99

1010
```
11-
$ ./configure --enable-opensslextra
12-
$ make
11+
$ cd wolfssl
12+
$ ./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+
$ make all
1323
$ ./certverify
1424
```
25+

0 commit comments

Comments
 (0)