Linux command
aws-acm 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Request
aws acm request-certificate --domain-name [example.com] --validation-method DNS
List
aws acm list-certificates
Describe
aws acm describe-certificate --certificate-arn [arn]
Import
aws acm import-certificate --certificate [file://cert.pem] --private-key [file://key.pem]
Export
aws acm export-certificate --certificate-arn [arn] --passphrase [file://pass.txt]
Delete
aws acm delete-certificate --certificate-arn [arn]
说明
AWS Certificate Manager (ACM) is a service for provisioning, managing, deploying, and renewing SSL/TLS certificates for AWS-based websites and applications. It simplifies certificate lifecycle management by handling complex tasks like certificate creation, validation, renewal, and deployment. ACM provides public certificates at no additional charge for use with AWS services like Elastic Load Balancing, Amazon CloudFront, Amazon API Gateway, and other integrated AWS services. It also supports private certificates for internal resources using AWS Certificate Manager Private Certificate Authority (PCA). The service automates certificate renewal for ACM-issued certificates, eliminating manual renewal processes and reducing the risk of certificate expiration. Certificates can be validated through DNS validation (recommended) or email validation. ACM integrates seamlessly with AWS services, allowing automatic deployment and renewal of certificates without manual intervention. Certificates managed by ACM cannot be downloaded but can be exported if they were imported or are private certificates.
FAQ
What is the aws-acm command used for?
AWS Certificate Manager (ACM) is a service for provisioning, managing, deploying, and renewing SSL/TLS certificates for AWS-based websites and applications. It simplifies certificate lifecycle management by handling complex tasks like certificate creation, validation, renewal, and deployment. ACM provides public certificates at no additional charge for use with AWS services like Elastic Load Balancing, Amazon CloudFront, Amazon API Gateway, and other integrated AWS services. It also supports private certificates for internal resources using AWS Certificate Manager Private Certificate Authority (PCA). The service automates certificate renewal for ACM-issued certificates, eliminating manual renewal processes and reducing the risk of certificate expiration. Certificates can be validated through DNS validation (recommended) or email validation. ACM integrates seamlessly with AWS services, allowing automatic deployment and renewal of certificates without manual intervention. Certificates managed by ACM cannot be downloaded but can be exported if they were imported or are private certificates.
How do I run a basic aws-acm example?
Run `aws acm request-certificate --domain-name [example.com] --validation-method DNS` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more aws-acm examples?
This page includes 6 examples for aws-acm, plus related commands for nearby Linux tasks.