I'm trying to request a certificate for my.super.long.delegated.domain.com
through the AWS console. I have control over long.delegated.domain.com
but not over domain.com
- it's someone else's and they've delegated long.delegated.domain.com
to me. I know from the docs that:
The first domain name you enter cannot exceed 64 octets, including periods. Each subsequent Subject Alternative Name (SAN), however, can be up to 253 octets in length.
I want a certificate for my.super.long.delegated.domain.com
, but it is longer than 64 octets (but shorter than 253 octets). The shortest domain I have control over is long.delegated.domain.com
which is still longer than 64 octets.
How can I get a certificate covering my.super.long.delegated.domain.com
, which doesn't prevent me from making another certificate in another AWS account for my-other.super.long.delegated.domain.com
?