Cert Manager does not need openssl extra

pull/404/head
Anthony Hu 2023-10-06 12:51:41 -04:00
parent 2f24e6dead
commit 800c4d31bc
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
```