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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ