- 重要な情報
- アプリ内
- インフラストラクチャー
- アプリケーションパフォーマンス
- 継続的インテグレーション
- ログ管理
- セキュリティ
- UX モニタリング
- 管理
Renew your SSL/TLS certificate managed by AWS Certificate Manager (ACM) as there are 30 days left to renew.
Certificates that are not renewed prior to their expiration date become invalid. Invalid certificates make communication between the client and AWS resources insecure.
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.
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>