HTTPS - SSL/TLS certificate issue

Hello,
I have setup a new website with Netlify yesterday. It’s using a custom subdomain (notes.shellapps.com) from a git custom branch (notes).
It’s being correctly deployed (so the nameservers are correct on my host provider) but the DNS verification on Netlify is failing with the following error “DNS verification failed notes.shellapps.com doesn’t appear to be served by Netlify”.
I think I have everything setup correctly, but please let me know otherwise.
Thanks for your help!
André

Hi @andresousa! Welcome to netlify community.

The SSL certificate is working now. The additional delay seems to have been enough to allow things to work right when our system attempted to re-issue the certificate.

Generally, the reason we are unable to provision a complete SSL certificate for your custom domain is that the DNS cache time to live (TTL) value for a record has not had time to expire (from your old settings) before you tried to use it with Netlify. Our SSL provider (https://letsencrypt.org) is unable to create certificates for names that have old cached values still in effect.

Please let me know if things are not working as expected now.