Skip to content

Commit

Permalink
Add spellchecker to CI and fix a spelling error (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaomidi authored Mar 18, 2024
2 parents 108da64 + 396c32e commit 921ab56
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout 📋
uses: actions/checkout@v2

- name: Run spellchecker
uses: crate-ci/[email protected]

- name: Setup 🏗️
run: |
sudo apt-get install --yes xml2rfc ruby
Expand Down
13 changes: 13 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[files]
extend-exclude = [
".devcontainer/",
".git/",
".github/",
"vendor/",
]
ignore-hidden = false


[default.extend-words]
# Secure Hash Standard
"SHS" = "SHS"
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 @@ -151,7 +151,7 @@ On receiving a response, the server constructs and stores the key authorization
To validate the `dns-02` challenge, the server performs the following steps:

- Compute the SHA-256 digest {{FIPS180-4}} of the stored key authorization
- Compute the validation domain name with the scope of the associated authorization similiar to the client
- Compute the validation domain name with the scope of the associated authorization similar to the client
- Query for `TXT` records for the validation domain name
- Verify that the contents of one of the `TXT` records match the digest value

Expand Down

0 comments on commit 921ab56

Please sign in to comment.