1 Answer
- Newest
- Most votes
- Most comments
1
As stated in this document, the first domain to be registered cannot exceed 64 characters including periods.
https://docs.aws.amazon.com/acm/latest/APIReference/API_RequestCertificate.html
In compliance with RFC 5280, the length of the domain name (technically, the Common Name) that you provide cannot exceed 64 octets (characters), including periods. To add a longer domain name, specify it in the Subject Alternative Name field, which supports names up to 253 octets in length.
So we will need to take measures such as shortening the domain name.
