Skip to content

Commit 78dd93c

Browse files
Final fixes.
1 parent 26d4e44 commit 78dd93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/security/fundamentals/service-fabric-best-practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Replicator configurations configure the replicator that is responsible for makin
118118
The server authentication process [authenticates](../../service-fabric/service-fabric-cluster-creation-via-arm.md) the cluster management endpoints to a management client. The management client then recognizes that it's talking to the real cluster. This certificate also provides a [TLS](../../service-fabric/service-fabric-cluster-creation-via-arm.md) for the HTTPS management API and for Service Fabric Explorer over HTTPS.
119119
You must obtain a custom domain name for your cluster. When you request a certificate from a certificate authority, the certificate's subject name must match the custom domain name that you use for your cluster.
120120

121-
To configure TLS for an application, you first need to obtain a SSL/TLS certificate that has been signed by a CA. The CA is a trusted third party that issues certificates for TLS security purposes. If you don't already have a SSL/TLS certificate, you need to obtain one from a company that sells SSL/TLS certificates.
121+
To configure TLS for an application, you first need to obtain an SSL/TLS certificate that has been signed by a CA. The CA is a trusted third party that issues certificates for TLS security purposes. If you don't already have an SSL/TLS certificate, you need to obtain one from a company that sells SSL/TLS certificates.
122122

123123
The certificate must meet the following requirements for SSL/TLS certificates in Azure:
124124
- The certificate must contain a private key.
@@ -131,7 +131,7 @@ The certificate must meet the following requirements for SSL/TLS certificates in
131131
- Request a certificate from a CA with a subject name that matches your service's custom domain name. For example, if your custom domain name is __contoso__**.com**, the certificate from your CA should have the subject name **.contoso.com** or __www__**.contoso.com**.
132132

133133
>[!NOTE]
134-
>You cannot obtain a SSL/TLS certificate from a CA for the __cloudapp__**.net** domain.
134+
>You cannot obtain an SSL/TLS certificate from a CA for the __cloudapp__**.net** domain.
135135

136136
- The certificate must use a minimum of 2,048-bit encryption.
137137

0 commit comments

Comments
 (0)