| Any CA can issue any certificate for anyone.
This is where Certificate Transparency Log comes into play (this little backdoor in the browsers that sends the hosts that you visit to Google and friends). Imagine, you are the host of a domain and you receive a HTTPS request. What are your possibilities ? A) Drop the request ?
Fallback to HTTP and get the user MITM B) Self-signed certificate C) A certificate trusted by a well known authority D) MITM yourself with CloudFlare ?
Put CloudFlare in front then CloudFlare will proxy the traffic in pure HTTP to GitHub. Now talking about risks: $ openssl s_client -servername blog.securem.eu -connect blog.securem.eu:443 | openssl x509 -noout -dates
notBefore=Apr 15 15:48:38 2018 GMT
notAfter=Jul 14 15:48:38 2018 GMT
https://letsencrypt.org/2015/11/09/why-90-days.htmlThe certificates are valid only for 90 days. It looks like just inventing a problem.
If you decided to give control of part of your domain to GitHub, yes they will be able to serve content on your behalf. That's normal, and logic. |