Skip to content

Commit a5de58a

Browse files
Update email-authentication-dkim-configure.md
Add an important note on upgrading keysize
1 parent 38ec454 commit a5de58a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

defender-office-365/email-authentication-dkim-configure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,10 @@ If you'd rather use PowerShell to rotate DKIM keys for a domain, connect to [Exc
503503

504504
To confirm the corresponding public key that's used to verify the DKIM signature (which infers the private key that was used to sign the message), check the **s=** value in the **DKIM-Signature** header field (the selector; for example, `s=selector1-contoso-com`).
505505

506+
> [!IMPORTANT]
507+
> If you change the bit depth of DKIM keys from 1024 to 2048 using the KeySize parameter, the update applies only to the next active selector during the first rotation. When you rotate the key again, the previously inactive selector becomes active, and its bit depth will also be updated to 2048.
508+
When you perform a DKIM key rotation on a domain, the change is not immediate, it takes four days (96 hours). While the key rotation is in progress, you cannot perform another rotation.
509+
506510
For detailed syntax and parameter information, see the following articles:
507511

508512
- [Get-DkimSigningConfig](/powershell/module/exchangepowershell/get-dkimsigningconfig)

0 commit comments

Comments
 (0)