Skip to content

Commit b63ac4a

Browse files
committed
Update New-ExchangeCertificate.md
Typo fixes
1 parent 218fcc9 commit b63ac4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This example creates a self-signed certificate with the following settings:
8484

8585
- The Subject value is `CN=<ServerName>` (for example, CN=Mailbox01).
8686
- The Domains (subject alternative names) value is `<ServerName>,<ServerFQDN>` (for example, `Mailbox01,Mailbox01.contoso.com`).
87-
- The Services value is IMAP,POP,SMTP
87+
- The Services value is `IMAP,POP,SMTP`.
8888
- The Services value SMTP grants the Network Services local security group read access to the certificate's private key.
8989
- The Services value SMTP and the Subject value that contains the server name publishes the certificate to Active Directory so that Exchange direct trust can validate the authenticity of the server for mutual TLS.
9090

@@ -518,7 +518,7 @@ The Services parameter specifies the Exchange services that the new self-signed
518518
- UM: This value requires that the UMStartupMode parameter on the Set-UMService cmdlet is set to TLS or Dual. If the UMStartupMode parameter is set to the default value of TCP, you can't enable the certificate for the UM service.
519519
- UMCallRouter: This value requires that the UMStartupMode parameter on the Set-UMCallRouterService cmdlet is set to TLS or Dual. If the UMStartupMode parameter is set to the default value TCP, you can't enable the certificate for the UM Call Router service.
520520

521-
You can specify multiple values separated by commas. The default values are IMAP,POP, and SMTP.
521+
You can specify multiple values separated by commas. The default values are IMAP, POP, and SMTP.
522522

523523
You can't use this parameter with the GenerateRequest switch.
524524

0 commit comments

Comments
 (0)