SSL verification

0

We are facing a problem with our SSL through AWS has two verification codes to use because our website works with the root domain but we also have the www added to the domain on the SSL for good measure. So we have two SSL verification codes that need to go into CNAME. We know we can add multiple CNAMES and setting up the www alias updates on our registrar without a problem (although still unvalidated by AWS) . However the root domain CNAME alias is the one presenting issues and my registrar just told me that they do not support root level CNAMES and to contact the SSL provider. Anyone experience this or have a workaround?

  • I am still a little unclear where your issue is. Is it ACM certificate validation. Is it dns. What does your setup look?

asked a year ago222 views
1 Answer
0

Is your domain hosted by Route 53 or by a third-party registrar? It sounds like it's the latter, and also that you're not delegating management of the domain to Route 53, is that right?

the root domain CNAME alias is the one presenting issues and my registrar just told me that they do not support root level CNAMES

Afraid you're not allowed to have a CNAME at the root of the domain (a.k.a. the apex domain) if that's what you're trying to do here https://www.isc.org/blogs/cname-at-the-apex-of-a-zone/

If your requirement is to add a record to DNS to facilitate validation of a certificate in Amazon Certificate Manager then you need to add a CNAME record similar to what you've already done with the www record.

If you're creating a cert for mydomain.com and ACM says to create a bespoke CNAME for it, you create the CNAME that is formed of the long ugly string appended by the host (or domain) for which the certificate is being requested. As you (or your registrar) has been able to create a CNAME www.mydomain.com then you should also be able to create a CNAME _65a82c96eff8216166ed3a6ff0275bcc.mydomain.com (or whatever it is you need to create).

profile picture
EXPERT
Steve_M
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions