From 514b67bb70aec72fc84ff75bc2879629e68d3731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Sun, 13 Aug 2017 14:16:49 +0200 Subject: [PATCH] Update readme --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4b82c874..2d6514f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ACME Java Client ![build status](https://shredzone.org/badge/draft/acme4j.svg) +# 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. @@ -27,11 +27,9 @@ 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) -* Documentation is incomplete and partially outdated -* The API is still subject to change -* The example is not functional at the moment -* Integration tests do not fully cover all functions +* 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. ## Usage