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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠