Certificate managed by ACM should be renewed within 30 days of expiration

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Description

Renew your SSL/TLS certificate managed by AWS Certificate Manager (ACM) as there are 30 days left to renew.

Rationale

Certificates that are not renewed prior to their expiration date become invalid. Invalid certificates make communication between the client and AWS resources insecure.

Remediation

From the console

ACM automatically renews certificates (if you are using DNS validation) or sends an email notification when expiration is approaching. Follow the Managed renewal for ACM certificates docs for more information.

From the command line

  1. Run import-certificate using the ARN of the SSL/TLS certificate that you want to renew. This will return the ARN of the renewed SSL/TLS certificate.

import-certificate.sh

    aws acm import-certificate
      --certificate-arn <value>
      --certificate <value>
      --private-key <value>
      --certificate-chain <value>