Why is my ACM certificate marked as ineligible for renewal?

2 minute read
0

I want to renew my AWS Certificate Manager (ACM) certificate. However, the certificate details value is ineligible for renewal.

Short description

ACM certificates might be ineligible for renewal if any of the following are true:

  • The certificate isn't associated with another AWS service.
  • The certificate is expired.
  • The certificate is imported.
  • It's a private certificate issued with the IssueCertificate API call.

Resolution

Follow these instructions for your use case.

Before you begin, use the ACM console or the AWS Command Line Interface (AWS CLI) to list detailed metadata about your certificates.

Note: If you receive errors when running AWS CLI commands, make sure that you're using the most recent version of the AWS CLI.

The certificate isn't associated with another AWS service

ACM certificates must be associated with another AWS service such as Elastic Load Balancing.

If the certificate details metadata In use? value is No, then this means that your ACM certificate isn't associated with an AWS service.

For a list of supported AWS services with ACM, see Services integrated with AWS Certificate Manager.

The certificate is expired

Expired certificates aren't eligible for renewal. If the certificate is expired, you can request a new certificate.

For more information, see Check a certificate's renewal status.

The certificate is imported

ACM doesn't provide managed renewal for imported certificates. To renew an imported certificate, request a new certificate from your certificate issuer. Then, follow the instructions to manually reimport the certificate into ACM.

Private certificate issued with the IssueCertificate API call

ACM doesn't manage the renewal of private certificates issued through the ACM Private CA IssueCertificate API. You can request a new certificate before the certificates expiration date from your CA.

For more information, see Managed renewal for ACM certificates.

Related information

Troubleshooting certificate validation

Issuing and managing certificates

AWS OFFICIAL
AWS OFFICIALUpdated 9 months ago
4 Comments

I've noticed that exporting an internal certificate can change the status from ineligible to eligible. In my case, the internal certificate I was generating was not directly associated with an AWS service but a web server that was running on an EC2 instance.

AWS
replied 10 months ago

Thank you for your comment. We'll review and update the Knowledge Center article as needed.

profile pictureAWS
MODERATOR
replied 10 months ago

I just requested a new certificate but it still shows ineligible ? When go to the website it shows "Not secure"

replied 24 days ago

Thank you for your comment. We'll review and update the Knowledge Center article as needed.

profile pictureAWS
MODERATOR
replied 23 days ago