mirror of https://github.com/shred/acme4j
STAR extension is RFC 8739 now
parent
908da9697d
commit
ff67c18994
|
@ -12,8 +12,8 @@ It is an independent open source implementation that is not affiliated with or e
|
||||||
|
|
||||||
* Fully [RFC 8555](https://tools.ietf.org/html/rfc8555) compliant
|
* Fully [RFC 8555](https://tools.ietf.org/html/rfc8555) compliant
|
||||||
* Supports the `http-01`, `dns-01`, and `tls-alpn-01` ([RFC 8737](https://tools.ietf.org/html/rfc8737)) challenges
|
* Supports the `http-01`, `dns-01`, and `tls-alpn-01` ([RFC 8737](https://tools.ietf.org/html/rfc8737)) challenges
|
||||||
* Also supports [RFC 8738](https://tools.ietf.org/html/rfc8738) IP identifier validation
|
* Supports [RFC 8738](https://tools.ietf.org/html/rfc8738) IP identifier validation
|
||||||
* Supports the [acme-star draft](https://tools.ietf.org/html/draft-ietf-acme-star) for short-term automatic certificate renewal (experimental)
|
* Supports [RFC 8739](https://tools.ietf.org/html/rfc8739) short-term automatic certificate renewal (experimental)
|
||||||
* 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)
|
||||||
|
|
|
@ -16,8 +16,8 @@ Latest version:  compliant
|
* Fully [RFC 8555](https://tools.ietf.org/html/rfc8555) compliant
|
||||||
* Supports the `http-01`, `dns-01`, and `tls-alpn-01` ([RFC 8737](https://tools.ietf.org/html/rfc8737)) challenges
|
* Supports the `http-01`, `dns-01`, and `tls-alpn-01` ([RFC 8737](https://tools.ietf.org/html/rfc8737)) challenges
|
||||||
* Also supports [RFC 8738](https://tools.ietf.org/html/rfc8738) IP identifier validation
|
* Supports [RFC 8738](https://tools.ietf.org/html/rfc8738) IP identifier validation
|
||||||
* Supports the [acme-star draft](https://tools.ietf.org/html/draft-ietf-acme-star) for short-term automatic certificate renewal (experimental)
|
* Supports [RFC 8739](https://tools.ietf.org/html/rfc8739) short-term automatic certificate renewal (experimental)
|
||||||
* 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)
|
||||||
|
|
|
@ -192,7 +192,7 @@ byte[] csr = csrb.getEncoded();
|
||||||
|
|
||||||
## Short-Term Automatic Renewal
|
## Short-Term Automatic Renewal
|
||||||
|
|
||||||
_acme4j_ supports the [ACME STAR](https://tools.ietf.org/html/draft-ietf-acme-star) extension for short-term automatic renewal of certificates.
|
_acme4j_ supports [RFC 8739](https://tools.ietf.org/html/rfc8739) for short-term automatic renewal of certificates.
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
The _ACME STAR_ support is experimental. There is currently no known ACME server implementing this extension.
|
The _ACME STAR_ support is experimental. There is currently no known ACME server implementing this extension.
|
||||||
|
|
Loading…
Reference in New Issue