Skip to content

Commit 218fcc9

Browse files
authored
Merge pull request #11119 from MicrosoftDocs/chrisda
Update New-ExchangeCertificate.md
2 parents 11e9e98 + 7655aab commit 218fcc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ If you don't want this certificate to replace the existing self-signed certifica
9595
Get-ExchangeCertificate -Thumbprint c4248cd7065c87cb942d60f7293feb7d533a4afc | New-ExchangeCertificate -PrivateKeyExportable $true
9696
```
9797

98-
This example shows how to renew a self-signed certificate with a specific thumbprint value. You can find the thumbprint value in one of two ways:
98+
This example shows how to renew a certificate with a specific thumbprint value. You can find the thumbprint value in one of two ways:
9999

100100
- Select the certificate in the Exchange admin center and then select Edit to view properties of the certificate. The thumbprint value is shown in the Exchange Certificate window.
101101
- Run the Get-ExchangeCertificate cmdlet to return a list of all certificates installed on the server with their thumbprint values.
102102

103-
Setting the PrivateKeyExportable parameter to the value $true allows the renewed self-signed certificate to be exported from the server (and imported on other servers).
103+
Setting the PrivateKeyExportable parameter to the value $true allows the renewed certificate to be exported from the server (and imported on other servers).
104104

105105
### Example 3
106106
```powershell
@@ -239,7 +239,7 @@ Accept wildcard characters: False
239239
```
240240

241241
### -DomainName
242-
The DomainName parameter specifies one or more FQDNs or server names for theSubject Alternative Namefield (also known as the Subject Alt Name or SAN field) of the certificate request or self-signed certificate.
242+
The DomainName parameter specifies one or more FQDNs or server names for theSubject Alternative Name field (also known as the Subject Alt Name or SAN field) of the certificate request or self-signed certificate.
243243

244244
If the value in the certificate's Subject field doesn't match the destination server name or FQDN, the requestor looks for a match in the Subject Alternative Name field.
245245

0 commit comments

Comments
 (0)