Skip to content

Commit 349f316

Browse files
Fix typos in DNSSEC validation section
Corrected typographical errors in DNSSEC documentation.
1 parent 6d42e18 commit 349f316

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/dns/dnssec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Windows 10 and Windows 11 client devices are [nonvalidating security-aware stub
8787
### Trust anchors and DNSSEC validation
8888

8989
> [!NOTE]
90-
> DNSSEC response validation is not performed by the default Azure-provided resolver. The information in this section is helpful if you are setting up your own recursive DNS servers for DNSSEC validation or troubleshooting validation issesues.
90+
> DNSSEC response validation is not performed by the default Azure-provided resolver. The information in this section is helpful if you are setting up your own recursive DNS servers for DNSSEC validation or troubleshooting validation issues.
9191
9292
Trust anchors operate based on the DNS namespace hierarchy. A recursive DNS server can have any number of trust anchors, or no trust anchors. Trust anchors can be added for a single child DNS zone, or any parent zone. If a recursive DNS server has a root (.) trust anchor, then it can perform DNSSEC validation on any DNS zone. For more information, see [Root Zone Operator Information](https://www.iana.org/dnssec).
9393

@@ -120,7 +120,7 @@ Recursive DNS servers (also called resolving or caching DNS servers) maintain a
120120

121121
The zone signing key (ZSK) in a DNSSEC-signed zone is periodically rolled over (replaced) automatically by Azure. It should not be necessary to replace your key signing key (KSK), but this option is available by contacting Microsoft support. Replacing the KSK requires that you also update your DS record in the parent zone.
122122

123-
## Zone signing Algorithm
123+
## Zone signing algorithm
124124

125125
Zones are DNSSEC signed using Elliptic Curve Digital Signature Algorithm (ECDSAP256SHA256).
126126

0 commit comments

Comments
 (0)