Skip to content

Commit 16ace38

Browse files
authored
Merge pull request MicrosoftDocs#9763 from MicrosoftDocs/chrisda
Update New-ExchangeCertificate.md
2 parents cd78dfb + dbfe63e commit 16ace38

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)