I am trying to publish asp.net application to iis server with https protocol in intranet domain (local), which requires ssl certificate. I created self-signed certificate using Jexus Manager. But i am facing problem to run my web application on other computers which are connected to my intranet domain. It is giving error "Your Connection is not private". How to solve this issue?
As far as I know, the self-signed certificate is a certificate that is not signed by a certificate authority (CA). Since this is not signed by a certificate authority (CA), your client will regard it as the un-secure connection. The right way is you should setup Active Directory Certificate Services in the domain server and generate and request certificates through IIS. Details, you could refer to this article.