Skip to content

Commit 4e9428b

Browse files
committed
Merge branch 'main' into CloudAttach-chrisda
2 parents 7ca3947 + 16ace38 commit 4e9428b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exchange/exchange-ps/exchange/New-ExchangeCertificate.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,13 +437,11 @@ Accept wildcard characters: False
437437
```
438438

439439
### -PrivateKeyExportable
440-
The PrivateKeyExportable parameter specifies whether the new self-signed certificate has an exportable private key, and controls whether you can export the certificate from the server (and import the certificate on other servers). Valid values are:
440+
The PrivateKeyExportable parameter specifies whether the certificate has an exportable private key, and controls whether you can export the certificate from the server (and import the certificate on other servers). Valid values are:
441441

442442
- $true: The private key is exportable, so you can export the certificate from the server.
443443
- $false: The private key isn't exportable, so you can't export the certificate. This is the default value.
444444

445-
This parameter is only meaningful for new self-signed certificates.
446-
447445
```yaml
448446
Type: Boolean
449447
Parameter Sets: (All)

0 commit comments

Comments
 (0)