Search code examples
powershellsslhttpsazure-service-fabrictls1.2

how to specify thumbprint when creating cluster?


I can create a secure cluster by running the command

.\DevClusterSetup.ps1 -AsSecureCluster -CreateOneNodeCluster -Auto

enter image description here

Instead of allowing SF to create its own certificate, how can I specify a certificate for it to use?

Please note that this is not an azure deployment. This is on-premises.


Solution

  • .\CreateServiceFabricCluster.ps1 -ClusterConfigFilePath .\ClusterConfig.X509.MultiMachine.json

    More info here https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-windows-cluster-x509-security