From 9d431d22896cb34db9140afdc0f89e63488bd481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Sat, 13 Oct 2018 09:43:42 +0200 Subject: [PATCH] Support draft-16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a5385e1..b8d1616c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is an independent open source implementation that is not affiliated with or e ## Features -* Fully supports the ACME v2 protocol up to [draft 15](https://tools.ietf.org/html/draft-ietf-acme-acme-15) +* Fully supports the ACME v2 protocol up to [draft 16](https://tools.ietf.org/html/draft-ietf-acme-acme-16) * 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-star draft](https://tools.ietf.org/html/draft-ietf-acme-star) for short-term automatic certificate renewal (experimental)