First, log into the account you have with your domain provider (Namecheap, Cloudflare, etc). Find your DNS settings β look for "domain management area", "DNS configuration", or similar.
If you want to point a root domain (like example.com):
134.209.139.60
;www
subdomain, pointing to brick.do
.If you want to point a subdomain (like blog.example.com):
134.209.139.60
.Then, go to your page's domain settings and click "Generate SSL certificate":
Go to the "Networking" tab. Then:
When creating the A
record, you should not enter the full domain name β you should only enter @
, like this:
Similarly, for www.example.com
you should only enter www
.
NET::ERR_CERT_COMMON_NAME_INVALID
when accessing my siteAnswer: you have forgotten to click "Generate SSL certificate" after connecting your domain.
Make sure the "Proxy status" switch is turned off in the DNS management settings.