导入的SSL证书未显示在CloudFront中

时间:2019-04-08 15:05:11

标签: amazon-web-services aws-certificate-manager amazon-cloudfront

AWS Certificate Manager

Cloudfront. In the dropdown it is showing for different certificate for other domain not for the one I have added certificate for.

已经确保证书在弗吉尼亚北部地区。 还尝试输入给出此错误的域名:

com.amazonaws.AmazonServiceException: 1 validation error detected: Value '*.domainname.com ' at 'serverCertificateId' failed to satisfy constraint: Member must have length less than or equal to 32 (Service: AmazonCloudFront; Status Code: 400; 

仍然无法找出确切的问题。

谢谢。

1 个答案:

答案 0 :(得分:2)

CloudFront支持1024和2048位的公共密钥长度。

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cnames-and-https-requirements.html

您上传的ACM证书为4096位,CloudFront不支持。