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 Amazon 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 Amazon Web Services Management Console and open the ACM console at https://console.amazonaws.cn/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
renew
and then choose Renew.
Renew a certificate (Amazon CLI)
Use the renew-certificate
RenewCertificate
API action to renew an ACM
public or private certificate. You can retrieve the certificate's ARN by
calling the list-certificates
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