Force certificate renewal
You can renew your ACM public and private certificates with the ACM console,
renew-certificateRenewCertificate 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
Renew a certificate (console)
The following procedure walks you through how you can force the renewal of an ACM public or private certificate.
-
Sign in to the AWS Management Console and open the ACM console at https://console.aws.amazon.com/acm/
. -
Choose List certificates and select the checkbox of the certificate you want to renew.
-
Alternatively, you can select the certificate. In the certificate detail page, select Renew.
-
-
Choose More actions and then choose Renew.
-
A dialog box appears where you must enter
renewand then choose Renew.
Renew a certificate (AWS CLI)
Use the renew-certificateRenewCertificate API action to renew an ACM public
or private certificate. You can retrieve the certificate's ARN by calling the list-certificatesrenew-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