Force certificate renewal - AWS Certificate Manager

Force certificate renewal

You can renew your ACM public and private certificates with the ACM console, renew-certificate AWS CLI, or RenewCertificate API action. You can only renew certificates that have been previously exported.

Important

When you renew an ACM exportable public certificates, you're charged an additional fee. For the latest ACM pricing information, see the AWS Certificate Manager Service Pricing page on the AWS website.

Renew a certificate (console)

The following procedure walks you through how you can force the renewal of an ACM public or private certificate.

  1. Sign in to the AWS Management Console and open the ACM console at https://console.aws.amazon.com/acm/.

  2. Choose List certificates and select the checkbox of the certificate you want to renew.

    1. Alternatively, you can select the certificate. In the certificate detail page, select Renew.

  3. Choose More actions and then choose Renew.

  4. A dialog box appears where you must enter renewand then choose Renew.

Renew a certificate (AWS CLI)

Use the renew-certificate AWS CLI command or RenewCertificate API action to renew an ACM public or private certificate. You can retrieve the certificate's ARN by calling the list-certificates command. The renew-certificate command does not return a response.

$ aws acm renew-certificate \ --certificate-arn arn:aws:acm:us-east-1:111122223333:certificate/12345678-1234-1234-1234-123456789012