aws-acm-pca
Verified for current stable LTS
Aws Acm Pca Command: Create Certificate Authority
An engineer would use the 'aws acm-pca create-certificate-authority' command when establishing a new private certificate authority in AWS to manage and issue SSL/TLS certificates for secure communications within an organization. Exact CLI syntax to create certificate authority using Aws Acm Pca.
When to use this: An engineer would use the 'aws acm-pca create-certificate-authority' command when establishing a new private certificate authority in AWS to manage and issue SSL/TLS certificates for secure communications within an organization.
Command Syntax
aws acm-pca create-certificate-authority --certificate-authority-configuration <ca_config> --idempotency-token <token> --permanent-deletion-time-in-days <number> aws acm-pca create-certificate-authority --certificate-authority-configuration <ca_config> --idempotency-token <token> --permanent-deletion-time-in-days <number> Command Breakdown
--certificate-authority-configuration- Command Option
- Tool-specific option used by this command invocation.
--idempotency-token- Command Option
- Tool-specific option used by this command invocation.
--permanent-deletion-time-in-days- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create certificate authority using Aws Acm Pca.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Aws Acm Pca Command: Describe Certificate Authority
aws acm-pca describe-certificate-authority --certificate-authority-arn <ca_arn> Aws Acm Pca Command: Update Certificate Authority aws acm-pca update-certificate-authority --certificate-authority-arn <ca_arn> --certificate-authority-configuration <ca_config> --status <status> Aws Acm Pca Command: Issue Certificate aws acm-pca issue-certificate --certificate-authority-arn <ca_arn> --certificate-signing-request <cert_signing_request> --signing-algorithm <algorithm> --validity <validity> Aws Acm Pca Command: Get Certificate aws acm-pca get-certificate --certificate-authority-arn <ca_arn> --certificate-arn <cert_arn> Aws Acm Pca Command: List Certificate Authorities aws acm-pca list-certificate-authorities