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 Answers
0
Accepted Answer

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.

answered 2 years ago
  • 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
SUPPORT ENGINEER
answered 2 years ago
profile picture
EXPERT
reviewed 10 months ago
  • Thank you! It appears that I simply missed the menu button in the top left hand corner of the screen.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions