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 個答案
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南