powershell - how to specify thumbprint when creating cluster? -
i can create secure cluster running command
.\devclustersetup.ps1 -assecurecluster -createonenodecluster -auto instead of allowing sf create own certificate, how can specify certificate use?
please note not azure deployment. on-premises.
.\createservicefabriccluster.ps1 -clusterconfigfilepath .\clusterconfig.x509.multimachine.json
more info here https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-windows-cluster-x509-security

Comments
Post a Comment