Update to draft-08

pull/55/head
Richard Körber 2017-11-13 22:56:27 +01:00
parent 6ac444bbc6
commit 1fcaef53c7
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# ACME Java Client ![build status](https://shredzone.org/badge/draft/acme4j.svg) ![maven central](https://maven-badges.herokuapp.com/maven-central/org.shredzone.acme4j/acme4j/badge.svg)
This is a Java client for the [Automatic Certificate Management Environment (ACME)](https://tools.ietf.org/html/draft-ietf-acme-acme-07) protocol.
This is a Java client for the [Automatic Certificate Management Environment (ACME)](https://tools.ietf.org/html/draft-ietf-acme-acme-08) protocol.
ACME is a protocol that a certificate authority (CA) and an applicant can use to automate the process of verification and certificate issuance.
@ -10,7 +10,7 @@ It is an independent open source implementation that is not affiliated with or e
## Features
* Fully supports the ACME v2 protocol
* Fully supports the ACME v2 protocol up to [draft 08](https://tools.ietf.org/html/draft-ietf-acme-acme-08)
* 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)
@ -27,7 +27,6 @@ Use the [master branch](https://github.com/shred/acme4j/tree/master) for product
Known issues:
* Only implements ACME v2 up to [draft 07](https://tools.ietf.org/html/draft-ietf-acme-acme-07).
* The API is still subject to change, if required by future drafts.
* Integration tests do not fully cover all functions. The standard methods for creating an account, ordering, and downloading a certificate are tested. Other methods are not tested yet, and may not work as expected.