Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.
Using common name method for cluster certificate requires the cluster to have custom domain name (since you cannot get certificate for *.cloudapp.net). How is custom domain name assigned to the cluster?
Using common name method for cluster certificate requires the cluster to have custom domain name (since you cannot get certificate for *.cloudapp.net). How is custom domain name assigned to the cluster?
Does one just edit the managementEndpoint "managementEndpoint": "https://...cloudapp.azure.com:19080", --> "managementEndpoint": "https://cluster.my-domain.com:19080",
Is this safe to do on running cluster assuming the certificate has been uploaded and added as secondary certificate?