From 03f97d6bcb9785692ea01bccba5ee72efcbaaac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20K=C3=B6rber?= Date: Wed, 13 Aug 2025 20:50:24 +0200 Subject: [PATCH] Update to draft-aaron-acme-profiles-01 --- README.md | 2 +- src/doc/docs/index.md | 2 +- src/doc/docs/usage/order.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4e58ccd..8d245def 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This Java client helps to connect to an ACME server, and performing all necessar * Supports [RFC 8823](https://tools.ietf.org/html/rfc8823) for S/MIME certificates (experimental) * Supports [RFC 9444](https://tools.ietf.org/html/rfc9444) for subdomain validation * Supports [RFC 9773](https://tools.ietf.org/html/rfc9773) for renewal information -* Supports [draft-aaron-acme-profiles-00](https://www.ietf.org/archive/id/draft-aaron-acme-profiles-00.html) for certificate profiles (experimental) +* Supports [draft-aaron-acme-profiles-01](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/) for certificate profiles (experimental) * Supports [draft-ietf-acme-dns-account-label-01](https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account-label/) for DNS labeled with ACME account ID challenges (experimental) * Easy to use Java API * Requires JRE 17 or higher diff --git a/src/doc/docs/index.md b/src/doc/docs/index.md index bef39062..3fd99027 100644 --- a/src/doc/docs/index.md +++ b/src/doc/docs/index.md @@ -20,7 +20,7 @@ Latest version: ![maven central](https://shredzone.org/maven-central/org.shredzo * Supports [RFC 8823](https://tools.ietf.org/html/rfc8823) for S/MIME certificates (experimental) * Supports [RFC 9444](https://tools.ietf.org/html/rfc9444) for subdomain validation * Supports [RFC 9773](https://tools.ietf.org/html/rfc9773) for renewal information -* Supports [draft-aaron-acme-profiles-00](https://www.ietf.org/archive/id/draft-aaron-acme-profiles-00.html) for certificate profiles (experimental) +* Supports [draft-aaron-acme-profiles-01](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/) for certificate profiles (experimental) * Supports [draft-ietf-acme-dns-account-label-01](https://datatracker.ietf.org/doc/draft-ietf-acme-dns-account-label/) for DNS labeled with ACME account ID challenges (experimental) * Easy to use Java API * Requires JRE 17 or higher diff --git a/src/doc/docs/usage/order.md b/src/doc/docs/usage/order.md index fb507d03..5e0833b4 100644 --- a/src/doc/docs/usage/order.md +++ b/src/doc/docs/usage/order.md @@ -243,7 +243,7 @@ To check if your CA supports RFC 9444, read `Metadata.isSubdomainAuthAllowed()`. ## Profiles -If your CA supports [draft-aaron-acme-profiles](https://www.ietf.org/archive/id/draft-aaron-acme-profiles-00.html), you can select a profile when ordering a certificate: +If your CA supports [draft-aaron-acme-profiles](https://datatracker.ietf.org/doc/draft-aaron-acme-profiles/), you can select a profile when ordering a certificate: ```java Order order = account.newOrder()