Skip to content

Commit 8242b10

Browse files
authored
Merge pull request #111155 from Nickomang/patch-3
Updated certificate acquisition guidance.
2 parents 34aa30e + 56858c9 commit 8242b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/service-fabric-cluster-change-cert-thumbprint-to-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ No two certificates can have the same thumbprint, which makes cluster certificat
1515
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
1616

1717
## Get a certificate
18-
First, get a certificate from a [certificate authority (CA)](https://wikipedia.org/wiki/Certificate_authority). The common name of the certificate should be the host name of the cluster. For example, "myclustername.southcentralus.cloudapp.azure.com".
18+
First, get a certificate from a [certificate authority (CA)](https://wikipedia.org/wiki/Certificate_authority). The common name of the certificate should be for the custom domain you own, and bought from a domain registrar. For example, "azureservicefabricbestpractices.com"; those whom are not Microsoft employees can not provision certs for MS domains, so you can not use the DNS names of your LB or Traffic Manager as common names for your certificate, and you will need to provision a [Azure DNS Zone](https://docs.microsoft.com/azure/dns/dns-delegate-domain-azure-dns) if your custom domain to be resolvable in Azure. You will also want to declare your custom domain you own as your cluster's "managementEndpoint" if you want portal to reflect the custom domain alias for your cluster.
1919

2020
For testing purposes, you could get a CA signed certificate from a free or open certificate authority.
2121

2222
> [!NOTE]
23-
> Self-signed certificates, including those generated when deploying a Service Fabric cluster in the Azure portal, are not supported.
23+
> Self-signed certificates, including those generated when deploying a Service Fabric cluster in the Azure portal, are not supported.
2424
2525
## Upload the certificate and install it in the scale set
2626
In Azure, a Service Fabric cluster is deployed on a virtual machine scale set. Upload the certificate to a key vault and then install it on the virtual machine scale set that the cluster is running on.

0 commit comments

Comments
 (0)