We’d like to point both the root and the www subdomain as a custom hostname for SSL/TLS Custom Hostnames.
We can add them as custom hostname and both the Certificate status and Hostname status show ‘active’, ie:
Custom hostname | Certificate status | Expires on | Hostname status | Origin server |
---|---|---|---|---|
example-com | active | 2023-04-28 | Active | Default |
www-example-com | active | 2023-04-28 | Active | Default |
Now, in the DNS for example-com, we can set a CNAME for www IN fallback-ourdomain-com.
How can we make example.com also point to fallback-ourdomain-com, as CNAME is not allowed on the root of the domain?
(had to put dashes in the domains, otherwise I could not post this topic)