Invalid but also valid SSL Cert?

I’m running into issues with my SSL cert.

As you can see in this screenshot, Chrome is saying the Certificate is “Invalid”, but when I click into that there’s a green check mark and it reads “This certificate is valid”

And everything seems to be setup correctly in Netlify. Am I missing something?

For reference
Domain:
www.jessecookedesign.com

Netlify site:

Hey there,
It looks like you got things partially set up on Netlify, but like there are a few more steps at your domain registrar. I can tell because when I run host, I see nameservers that are not Netlify’s:

$ host -t ns www.jessecookedesign.com
www.jessecookedesign.com is an alias for jessecookedesign.com.
jessecookedesign.com name server ns74.domaincontrol.com.  <---- not Netlify
jessecookedesign.com name server ns73.domaincontrol.com.  <---- not Netlify
$ host -t ns jessecookedesign.com
jessecookedesign.com name server ns73.domaincontrol.com.   <---- not Netlify
jessecookedesign.com name server ns74.domaincontrol.com.   <---- not Netlify

You’ll want to delegate your nameservers to us at your registrar. Here are docs for that:

Please let us know if you have any questions on this or run into any issues along the way!