Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
200 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was using separate self-signed certificate for cluster authentication and SSL. Now I am deploying my application to a production environment. Can anyone suggest what approach I should follow for Production?
Is it possible to use my domain wildcard certificate for both cluster authentication as well as SSL?
It is certainly feasible to use the same cert. It should work normally on each - but do keep in mind that does mean that if the certificate is compromised it will compromise the security to both instead of just one or the other.