Skip to content

Commit 46b868e

Browse files
authored
Merge pull request #200671 from meenasaravanan02/cluster-cert
Update service-fabric-cluster-creation-via-portal.md
2 parents e14cb98 + 0bc2e36 commit 46b868e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-fabric/service-fabric-cluster-creation-via-portal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Service Fabric cluster in the Azure portal
33
description: Learn how to set up a secure Service Fabric cluster in Azure using the Azure portal and Azure Key Vault.
44

55
ms.topic: conceptual
6-
ms.date: 09/06/2018
6+
ms.date: 06/06/2022
77
---
88
# Create a Service Fabric cluster in Azure using the Azure portal
99
> [!div class="op_single_selector"]
@@ -38,6 +38,7 @@ To serve these purposes, the certificate must meet the following requirements:
3838
* The certificate must contain a private key.
3939
* The certificate must be created for key exchange, exportable to a Personal Information Exchange (.pfx) file.
4040
* The certificate's **subject name must match the domain** used to access the Service Fabric cluster. This is required to provide TLS for the cluster's HTTPS management endpoints and Service Fabric Explorer. You cannot obtain a TLS/SSL certificate from a certificate authority (CA) for the `.cloudapp.azure.com` domain. Acquire a custom domain name for your cluster. When you request a certificate from a CA the certificate's subject name must match the custom domain name used for your cluster.
41+
* The certificate's list of DNS names must include the Fully Qualified Domain Name (FQDN) of the cluster.
4142

4243
#### Client authentication certificates
4344
Additional client certificates authenticate administrators for cluster management tasks. Service Fabric has two access levels: **admin** and **read-only user**. At minimum, a single certificate for administrative access should be used. For additional user-level access, a separate certificate must be provided. For more information on access roles, see [role-based access control for Service Fabric clients][service-fabric-cluster-security-roles].

0 commit comments

Comments
 (0)