Hi all! I am new here, and I can’t solve the problem of “installing a custom certificate”. Can anyone help me with this problem? I read more posts about this topic, but I still don’t understand some of the points.
Hi, I’m not sure what issue you’re having. What error or issues do you run into when attempting to bring your own SSL certificate?
Can you also share the site you are having this issue with?
Hi @SamO! Thank you for writing to help me. I created my own site on Netlify; I also purchased a ‘domain name’ for myself; my aim is to change the name of my site using the ‘domain name’ I purchased. I am writing, for example, now my site appears as domainname.netlify.app, I want the site I created to be used with the ‘domain name’ I purchased, such as mydomainname.tech.
The problem I am facing is this: as you can see from the picture I added, Netlify wants us to add certificates to use our own ‘domain name’; I am having trouble here. Actually, I have read the posts on this subject, but I can’t do it.
Posts I read:
This is not correct:
Netlify will allow you to use your own SSL certificate or you can have us provision SSL for you using Let’s Encrypt. We do not require you to use a third-party SSL certificate but you are free to do so if you want to do so. We at Netlify do not care either way. You are free to do whatever you prefer and we do not attempt to control this decision in any way.
I looked up the real domain and site. The DNS for your domain is misconfigured and you have an inactive Netlify DNS zone. It should be deleted and there is a support guide with an explanation why here:
The solution here will be the following steps:
- delete the inactive DNS zone at Netlify
- delete the NS records for the Netlify DNS zone from your registrar’s DNS service
- add the DNS records at your registrar following the instructions here: Configure external DNS for a custom domain | Netlify Docs
- Once the DNS records from step 3 exist, click the “Verify DNS configuration” button in the site’s “Domain management” page at Netlify
Step 4 above should start the Let’s Encrypt SSL certificate provisioning process. If it does not, please let us know.