Rubix982 / Synet

A web proxy is written in ASP.NET with an admin console written in ReactJS. This was made as a repository for CN CS307's 1st assignment for web proxies @ FAST NUCES, Khi
https://synet-rubix982.vercel.app/app/dashboard
Apache License 2.0
0 stars 6 forks source link

Switch HTTPS Certificate from `self signed` to `CA signed` #37

Closed Rubix982 closed 3 years ago

Rubix982 commented 3 years ago

As the title states.

Self-signed certificates are a danger and are not guaranteed to play well with HTTPS protocols across the public internet. It is much more recommended to use a CA for a locally hosted server so it is easier to send requests to and fro.

Rubix982 commented 3 years ago

This can't be done. CA certificates can be only be issued to NS/MX registered records, and thus, are not viable for localhost, or any example.com domains that exist locally.