get A and AAAA certificate from API

Hi there,

I would like to a find a way to get A and AAAA certificate from the Fly API.
After adding one certificate through addCertificate, I’m not able to get theses informations.
The best I can get is the CNAME.

What I tried ?

  • Right after the API call, I use the dns native module from nodejs in order to ping my domain, but the certificate I get is not the one provided by Fly.io (an older one I guess)
  • I also tried to find the dns server adress of Fly.io to add it with resolver.setServers() provided by the dns module, to reach straight away the Fly.io server, but I didn’t find the adress.

Thanks in advance for your response

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.