Skip to content

Commit

Permalink
Change the example to use the same kid (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaomidi authored Mar 18, 2024
2 parents 0058e08 + 3bae184 commit 108da64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-acme-scoped-dns-challenges.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ A client can fulfill this challenge by performing the following steps:
{
"protected": base64url({
"alg": "ES256",
"kid": "https://example.com/acme/acct/evOfKhNU60wg",
"kid": "https://example.com/acme/acct/ExampleAccount",
"nonce": "SS2sSl1PtspvFZ08kNtzKd",
"url": "https://example.com/acme/chall/Rg5dV14Gh1Q"
}),
Expand Down

0 comments on commit 108da64

Please sign in to comment.