Hi there, can anyone explain me how does it work CNAME Setup, please?
I need to do the following:
- I have a website www.stiteA.com. The domain is not delegated to CloudFlare
- I have a domain on cloudflare: MyDomain.com
- I have a Load Balancer configured on cloudflare: www.mydomain.com
- I want to redirect the traffic to www.siteA.com to www.mydomain.com. This is working now with a cname record on siteA DNS.
But this option requiere that I manage the SSL certificate on my webServer. I whant to know if I have any option to create certificates SSL for www.siteA.com and manage it on Cloudflare.
Schema:
https://www.siteA.com (cname record to www.mydomain.com) -----> www.mydomain.com (LoadBalancer) -----> Public IPs-----> WebServer
I foun this, but I don’t know if it solve my problem