mirror of https://github.com/shred/acme4j
Update to ACME draft 12
parent
d353dc7073
commit
622d9027d6
|
@ -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-11) protocol.
|
This is a Java client for the [Automatic Certificate Management Environment (ACME)](https://tools.ietf.org/html/draft-ietf-acme-acme-12) 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 up to [draft 11](https://tools.ietf.org/html/draft-ietf-acme-acme-11)
|
* Fully supports the ACME v2 protocol up to [draft 12](https://tools.ietf.org/html/draft-ietf-acme-acme-12)
|
||||||
* Supports all ACME challenges and the `tls-alpn-01` challenge
|
* Supports all ACME challenges and the `tls-alpn-01` challenge
|
||||||
* Easy to use Java API
|
* Easy to use Java API
|
||||||
* Requires JRE 8 (update 101) or higher
|
* Requires JRE 8 (update 101) or higher
|
||||||
|
|
Loading…
Reference in New Issue