Certificate Manager not listing expiring certificates

0

Received email stating that SSL/TLS certificates in our AWS could not be renewed because email validations had not been received. I went to Load Balancer (EC2) -> Listeners -> view/edit certificates and can see the expiring certificates. However, when I click on the ACM link (next to each listed certificate), the Certificate Manager does NOT show any certificates. In fact, it shows the default page indicating that the account has no certificates. I double-checked that I am in the correct region.

Is this a bug, or am I missing some other configuration step?

已提问 2 年前550 查看次数
2 回答
0
已接受的回答

I simply failed to see the menu button in the top left hand corner of the screen. Clicked on that, and the option to list certificates appeared.

已回答 2 年前
  • I came here for the exact same reason. They really should do something about that tiny menu button, I would never have caught it! In addition to the above, to resend the email, you must click the certificate ID which will bring up the details of the certificate, and there you will see the RESEND VALIDATION EMAIL button under the DOMAINS section.

0

You could use the AWS Certificate Manager console, the ACM API or the AWS CLI to list the certificates {1}. If ACM opens a default page, then please click on the 'expand menu' option at the top left of the screen and click on List Certificates. This should list all the certificates in that region .

You could also navigate to following URL - https://<Region>.console.aws.amazon.com/acm/home?region=<Region>#/certificates/list

Please replace the region name with your region name.

You could also use the AWS CLI command to get the list of certificates {2}-

$ aws acm list-certificates --region <region>

Hope this helps.

References:

{1} Check a certificate's renewal status - https://docs.aws.amazon.com/acm/latest/userguide/check-certificate-renewal-status.html

{2} https://docs.aws.amazon.com/cli/latest/reference/acm/list-certificates.html

AWS
支持工程师
已回答 2 年前
profile picture
专家
已审核 10 个月前
  • Thank you! It appears that I simply missed the menu button in the top left hand corner of the screen.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则