BouncyCastle is a dependency in most use cases (see #84)

This commit is contained in:
Richard Körber
2019-12-07 15:08:21 +01:00
parent 925a116a38
commit d8c4d9a62e
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ It is an independent open source implementation that is not affiliated with or e
* Easy to use Java API
* Requires JRE 8 (update 101) or higher
* Built with maven, packages available at [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.shredzone.acme4j%22)
* Small, only requires [jose4j](https://bitbucket.org/b_c/jose4j/wiki/Home) and [slf4j](http://www.slf4j.org/) as dependencies
* Requires [jose4j](https://bitbucket.org/b_c/jose4j/wiki/Home), [Bouncy Castle](https://www.bouncycastle.org/) and [slf4j](http://www.slf4j.org/) as dependencies. If you have other means of generating key pairs and CSRs, you can even do without `acme4j-utils` and Bouncy Castle as dependency.
* Extensive unit and integration tests
## Usage