Skip to content

Commit c035e4a

Browse files
committed
Minor KeySize param improvements
1 parent f235e70 commit c035e4a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,12 @@ Accept wildcard characters: False
160160
```
161161

162162
### -KeySize
163-
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.
163+
The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are:
164164

165-
RSA keys are supported; Ed25519 keys aren't supported.
165+
- 1024 (this is the default value)
166+
- 2048
167+
168+
RSA keys are supported. Ed25519 keys aren't supported.
166169

167170
```yaml
168171
Type: UInt16

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,12 @@ Accept wildcard characters: False
8282
```
8383

8484
### -KeySize
85-
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.
85+
The KeySize parameter specifies the size in bits of the public key that's used in the DKIM signing policy. Valid values are:
8686

87-
RSA keys are supported; Ed25519 keys aren't supported.
87+
- 1024
88+
- 2048
89+
90+
RSA keys are supported. Ed25519 keys aren't supported.
8891

8992
```yaml
9093
Type: UInt16

0 commit comments

Comments
 (0)