Deploy an application to Galaxy Problem

Hi ,

I’m trying to host my app with galaxy. I’m succefuly deploy with the command line but when i’m try to generate the ssl certificate they said I have a probleme with my DNS

I use GoDaddy for my domain name here is the configuration I have


DNS%20Problem%203

In my setting.json I have this

  "galaxy.meteor.com": {
     "env": {
      "ROOT_URL": "http://myapp.com", 
     }
   }

Can you please help me !

Thank You !