You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update draft-ietf-acme-dns-persist-00 support to 01 (#8725)
Draft-01 adds accounturi as a required field in the challenge object,
rather than expecting the client to derive it. Add an AccountURI field
to core.Challenge and populate it in prepChallengeForDisplay. Source the
value from a new WFE config field, AccountURIPrefix, which must match
the first entry of the VA's AccountURIPrefixes since that is the exact
string the VA uses as the expected accounturi when validating the TXT
record.
Leave the new AccountURIPrefix config field optional so existing
deployments upgrade without a config change. When AccountURIPrefix is
unset, omit the accounturi field from the challenge object, which
produces a draft-00-compatible challenge. Track making the field
required in Production via TODO(#8724).
Also, bump the remaining draft references/citations from 00 to 01.
Fixes#8690
0 commit comments