Hi !
I have my main domain on OVH (with Roundcube) and i developed my own website. I already linked my github to my netlify domain.
But i can’t use https when i want to add it on netlify app it returns me “We could not provision a Let’s Encrypt certificate for your custom domain.” i can’t figured it out how can i fix it.
Here some useful informations:
main domain : clementthenard.fr
netlify domain: https://leafy-wisp-a89b51.netlify.app
Thanks a lot
Hey @clementthenard
I see clementthenard.fr is configured with the appropriate records to work with Netlify. I also see an AAAA record which is the likely the reason the Let’s Encrypt certificate isn’t being generated
% dig clementthenard.fr AAAA
clementthenard.fr. 3542 IN AAAA 2001:41d0:301::29
You’ll need to remove this record.
Thanks! I deleted it, I assume that i have to wait a little bit to be ok when i test it on the Netlify’s dashboard because i tested it and it was the same error 
EDIT: Perfect, it’s ok now thanks @coelmay 