Click here to Skip to main content
15,884,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Implementing the HTTPS for our applications in LAN network, Please give me suggestions on this.
Our application implemented by these skills(Silverlight, C#5, .Net Framework 4.5)
Give me detailed processes to implementing the HTTPS.

Thanks & Regards,
Kiran
Posted
Updated 19-Jun-14 23:52pm
v2

If your server is in an Active Directory domain, you can setup one of the servers as the Certification Authority for the domain, and use it to issue a root certificate (the certificate that will be used to issue all others certificates - for computers, users, web servers, ...).

More on that here:
Active Directory Certificate Services Step-by-Step Guide[^]

Once you have your internal certification authority, you just have to use the IIS MMC to get a certificate for your web server that will be used for SSL encryption.
 
Share this answer
 
You can also use Self Signed Certificate to do the same. Do Google for How to generate Self Signed Certificate. Its not a difficult task by the way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900