From ab2776e7fa06c5edad5973139b440e705c294ac2 Mon Sep 17 00:00:00 2001 From: "Antonios Chariton (daknob)" Date: Mon, 19 Aug 2024 23:58:04 +0200 Subject: [PATCH] Improve implementation considerations --- draft-ietf-acme-scoped-dns-challenges.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-acme-scoped-dns-challenges.mkd b/draft-ietf-acme-scoped-dns-challenges.mkd index 711a7ba..31bbc53 100644 --- a/draft-ietf-acme-scoped-dns-challenges.mkd +++ b/draft-ietf-acme-scoped-dns-challenges.mkd @@ -247,7 +247,7 @@ If the server is unable to find a `TXT` record for the validation domain name, i ## Implementation Considerations -As this challenge creates strong dependency on the `kid` account identifier, the server SHOULD ensure that the account identifier is not changed during the lifetime of the account. +As this challenge creates strong dependency on the `kid` account identifier, the server SHOULD ensure that the account identifier is not changed during the lifetime of the account. This contains the entire URI, including the ACME endpoint domain name, port, and full HTTP path. # Security Considerations