Skip to content

Commit 4c487b9

Browse files
committed
Updates per Issue #4653
1 parent f3ef6c9 commit 4c487b9

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/New-DkimSigningConfig.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323

2424
```
2525
New-DkimSigningConfig [-DomainName] <SmtpDomainWithSubdomains> [-Enabled] <Boolean>
26-
[-AdminDisplayName <String>] [-BodyCanonicalization <CanonicalizationType>] [-Confirm]
27-
[-HeaderCanonicalization <CanonicalizationType>] [-KeySize <UInt16>] [-WhatIf] [<CommonParameters>]
26+
[-AdminDisplayName <String>]
27+
[-BodyCanonicalization <CanonicalizationType>]
28+
[-Confirm]
29+
[-HeaderCanonicalization <CanonicalizationType>]
30+
[-KeySize <UInt16>]
31+
[-WhatIf] [<CommonParameters>]
2832
```
2933

3034
## DESCRIPTION
@@ -160,7 +164,9 @@ Accept wildcard characters: False
160164
```
161165
162166
### -KeySize
163-
The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. The only available value is 1024.
167+
The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are 1024 or 2048.
168+
169+
RSA keys are supported; Ed25519 keys aren't supported.
164170
165171
```yaml
166172
Type: UInt16

exchange/exchange-ps/exchange/antispam-antimalware/Rotate-DkimSigningConfig.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ Accept wildcard characters: False
8383
```
8484
8585
### -KeySize
86-
The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. The available values are 1024 and 2048.
86+
The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are 1024 or 2048.
87+
88+
RSA keys are supported; Ed25519 keys aren't supported.
8789
8890
```yaml
8991
Type: UInt16

0 commit comments

Comments
 (0)