AWS Wildcard Certificate

0

does ".example.com" protects "www..example.com" ?

2개 답변
0
수락된 답변

does "*.example.com" protects "www.*.example.com" ?

No, it doesn't. "*.example.com" does not protect such as www.login.example.com as stated in the following page.

https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html

When you request a wildcard certificate, the asterisk (*) must be in the leftmost position of the domain name and can protect only one subdomain level. For example, *.example.com can protect login.example.com and test.example.com, but it cannot protect test.login.example.com.

profile picture
HS
답변함 7달 전
profile pictureAWS
전문가
검토됨 7달 전
  • is it possible to give www.*.sub.example.com as wildcard ? Otherwise i will have create for every subdomain

  • When you request a wildcard certificate, the asterisk (*) must be in the leftmost position of the domain name

    Therefore, the answer is NO. www.*.sub.example.com is not a valid wildcard domain name.

    If you want to protect such as www.app1.sub.example.com, www.app2.sub.example.com, yes you must issue each ACM certificate and register each DNS record to protect your domain.

0

Is it possible to have something like this in a certificate, Where each domain will be redirected to their separate s3 buckets

답변함 7달 전
  • The certificate is able to validate the specified domains, but an S3 bucket does not support a custom domain.

    You can add a CNAME record with my-bucket.main.com that points to my-bucket.s3.ap-northeast-1.amazonaws.com to implement redirection, but SSL will not be valid.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인