From ff67c18994b099c674a492266ad294cc4c0f4528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Sat, 21 Mar 2020 15:49:33 +0100 Subject: [PATCH] STAR extension is RFC 8739 now --- README.md | 4 ++-- src/doc/docs/index.md | 4 ++-- src/doc/docs/usage/order.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b28a4f4d..1a1f9a15 100644 --- a/README.md +++ b/README.md @@ -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 * 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 the [acme-star draft](https://tools.ietf.org/html/draft-ietf-acme-star) for short-term automatic certificate renewal (experimental) +* Supports [RFC 8738](https://tools.ietf.org/html/rfc8738) IP identifier validation +* Supports [RFC 8739](https://tools.ietf.org/html/rfc8739) short-term automatic certificate renewal (experimental) * Easy to use Java API * 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) diff --git a/src/doc/docs/index.md b/src/doc/docs/index.md index 947563f6..634fd6d9 100644 --- a/src/doc/docs/index.md +++ b/src/doc/docs/index.md @@ -16,8 +16,8 @@ Latest version: ![maven central](https://shredzone.org/maven-central/org.shredzo * 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 -* Also 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 8738](https://tools.ietf.org/html/rfc8738) IP identifier validation +* Supports [RFC 8739](https://tools.ietf.org/html/rfc8739) short-term automatic certificate renewal (experimental) * Easy to use Java API * 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) diff --git a/src/doc/docs/usage/order.md b/src/doc/docs/usage/order.md index 0055aa53..c78f30d3 100644 --- a/src/doc/docs/usage/order.md +++ b/src/doc/docs/usage/order.md @@ -192,7 +192,7 @@ byte[] csr = csrb.getEncoded(); ## 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 The _ACME STAR_ support is experimental. There is currently no known ACME server implementing this extension.