mirror of https://github.com/shred/acme4j
ACME protocol has been finalized in RFC 8555
parent
55afe7697f
commit
cae903fa95
|
@ -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) protocol.
|
This is a Java client for the _Automatic Certificate Management Environment_ (ACME) protocol as specified in [RFC 8555](https://tools.ietf.org/html/rfc8555).
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@ -12,7 +12,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 18](https://tools.ietf.org/html/draft-ietf-acme-acme-18)
|
* Fully [RFC 8555](https://tools.ietf.org/html/rfc8555) compliant
|
||||||
* Supports the `http-01`, `dns-01` and `tls-alpn-01` challenges
|
* Supports the `http-01`, `dns-01` and `tls-alpn-01` challenges
|
||||||
* Supports the [acme-ip draft](https://tools.ietf.org/html/draft-ietf-acme-ip)
|
* Supports the [acme-ip draft](https://tools.ietf.org/html/draft-ietf-acme-ip)
|
||||||
* Supports the [acme-star draft](https://tools.ietf.org/html/draft-ietf-acme-star) for short-term automatic certificate renewal (experimental)
|
* Supports the [acme-star draft](https://tools.ietf.org/html/draft-ietf-acme-star) for short-term automatic certificate renewal (experimental)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
acme4j
|
acme4j
|
||||||
======
|
======
|
||||||
|
|
||||||
A Java client for the _Automatic Certificate Management Environment_ (ACME) protocol.
|
A Java client for the _Automatic Certificate Management Environment_ (ACME) protocol as specified in [RFC 8555](https://tools.ietf.org/html/rfc8555).
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue