Merge pull request #404 from anhu/certmgrnoextra

Cert Manager does not need openssl extra
pull/405/head
David Garske 2023-10-06 10:02:53 -07:00 committed by GitHub
commit c53b2e7b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -8,7 +8,18 @@ in a standalone manner, separate from an SSL/TLS connection.
## Compiling and Running the Example
```
$ ./configure --enable-opensslextra
$ make
$ cd wolfssl
$ ./autogen.sh # If downloaded from github
$ ./configure --enable-crl # CRL is optional.
$ make all
$ make check
$ sudo make install
```
```
$ cd wolfssl-examples
$ cd certmanager
$ make all
$ ./certverify
```