mirror of https://github.com/shred/acme4j
Update to draft-08
parent
6ac444bbc6
commit
1fcaef53c7
|
@ -1,6 +1,6 @@
|
||||||
# ACME Java Client  
|
# ACME Java Client  
|
||||||
|
|
||||||
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.
|
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
|
## 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
|
* Easy to use Java API
|
||||||
* Requires JRE 8 (update 101) 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)
|
* 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:
|
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.
|
* 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.
|
* 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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue