mirror of https://github.com/shred/acme4j
Update readme
parent
dd548aaf4b
commit
514b67bb70
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
||||||
# 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-07) protocol.
|
||||||
|
|
||||||
|
@ -27,11 +27,9 @@ 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)
|
* 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, if required by future drafts.
|
||||||
* The API is still subject to change
|
* 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.
|
||||||
* The example is not functional at the moment
|
|
||||||
* Integration tests do not fully cover all functions
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue