I am trying to open my homepage with HTTPS in my test server. Is there a way i can create Self signed certifcates and see if https works. Please suggest me some links or any ideas with how to do!!
Its an ASP.Net project and IIS V6.0
I appreciate all your help 🙂
Thanks a lot!
You can use the
makecert.exetool to create a self-signed certificate. The following command line should do:For further details and examples see the documentation of makecert.