Azure-docs: Incomplete details on the requirements for cluster certificates

Created on 11 Dec 2020  ·  2Comments  ·  Source: MicrosoftDocs/azure-docs

In the “Cluster and server certificate (required)” section of the page detailing how to configure a new cluster the list of requirements for the cluster management certificate is incomplete.

After experiencing severe issues in connecting with a new cluster, it has become apparent that in addition to the listed criteria you must also include the fully qualified address of the cluster in the list of DNS names when creating a self-signed certificate (shown as "Subject Alternative Name" when viewing the details of the created certificate in KeyVault).

Without this the certificate fails validation in the Connect-ServiceFabricCluster. When using the command directly in powershell this can be worked around using the -SkipChecks flag, but it precludes the certificate being used in Azure DevOps release pipeline connections)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author doc-bug service-fabrisvc triaged

All 2 comments

@delradie, Thanks for the feedback! We are taking a look into this and will get back to you soon.

I've validated the feedback, I'm assigning this to the author to consider adding a bullet regarding adding the FQDN for cluster when creating a self-signed certificate.

Was this page helpful?
0 / 5 - 0 ratings