Remove local truststore for Let's Encrypt servers

This commit is contained in:
Richard Körber
2017-09-20 20:58:52 +02:00
parent e15abb0ca0
commit 148c98d673
6 changed files with 4 additions and 174 deletions

View File

@@ -12,7 +12,7 @@ It is an independent open source implementation that is not affiliated with or e
* Fully supports the ACME v2 protocol
* Easy to use Java API
* Requires JRE 8 or higher
* 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
* Extensive unit and integration tests