Force certificate renewal - Amazon Certificate Manager
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Force certificate renewal

You can renew your ACM public and private certificates with the ACM console, renew-certificate Amazon 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 Amazon Certificate Manager Service Pricing page on the Amazon 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 Amazon Web Services Management Console and open the ACM console at https://console.amazonaws.cn/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 (Amazon CLI)

Use the renew-certificate Amazon 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