For SSL certs, if the domain DNS isn't pointed yet, will they automatically verify once it is?

Or do I need to manually run the create cert command only after it’s pointing?

Asking because I have a service where I’m not in control of my user’s DNS and I won’t necessarily know if/when they point their DNS.

1 Like

We do generate certificates when the DNS gets set. CNAMEs work perfectly if your end users are doing those. Apex domains need both an A and AAAA record before we’ll issue the certificate.

thanks for the awesome information.