From cdd6fb783e7052d3a6a7186a14fa3203c7342f2b Mon Sep 17 00:00:00 2001 From: "Antonios A. Chariton" <743648+daknob@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:01:06 +0200 Subject: [PATCH] Improve implementation considerations (#46) --- 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