代码之家  ›  专栏  ›  技术社区  ›  Silly Dude

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

  •  13
  • Silly Dude  · 技术社区  · 7 年前

    很久以前,我已经将SSL证书导入AWS。它目前安装在ELB上,将在15天后过期。我正试图让AWS颁发新证书,但它在等待验证时被卡住了:

    enter image description here

    目前,路线53指向ELB。如果我输入“ https://eyecloud.net.au

    现在,我尝试创建一个CloudFront,以便将HTTP重定向到HTTPS。但导入的SSL证书不会显示:

    enter image description here

    未使用 ,但它仍然没有出现在CloudFront上。

    4 回复  |  直到 7 年前
        1
  •  30
  •   Michael - sqlbot    7 年前

    然而,如果您想为Cloudfront使用ACM证书,则必须在us-east-1中颁发证书。

    笔记

    http://docs.aws.amazon.com/acm/latest/userguide/acm-services.html

        2
  •  16
  •   Community CDub    4 年前

    我有一个例子,我已经选择了一个SSL证书,当我单击下拉列表时,它只显示了所选的一个。

    见以下示例:

    用户体验。

    enter image description here

    enter image description here

    enter image description here

        3
  •  2
  •   Sven Möhring    5 年前

    我的问题是,我生成了一个4096位证书,但是 Cloud Front only allows for 2048 bit certificates

    CloudFront[…]ACM支持最多2048位RSA证书

    我用创建了证书 ZeroSSL 我没能创造一个2048位的。为此,我安装了 Ubuntu on my Windows Certbot for Ubuntu 使用此命令在使用dns验证时创建2048位证书:

    certbot -d yourdomain -d www.yourdomain --manual --preferred-challenges dns certonly
    

        4
  •  1
  •   Kannaiyan    7 年前

    我已将同一证书应用于多个端点或多个cloudfront发行版。

    希望有帮助。