aws-acm Verified for current stable LTS

Aws Acm Command: Import Certificate

An engineer would use this AWS ACM command when they need to import an SSL/TLS certificate from a third-party certificate authority into AWS to secure communications for their application hosted on AWS. Exact CLI syntax to import certificate using Aws Acm.

When to use this: An engineer would use this AWS ACM command when they need to import an SSL/TLS certificate from a third-party certificate authority into AWS to secure communications for their application hosted on AWS.

Command Syntax

aws acm import-certificate --certificate-arn <certificate_arn> --certificate <certificate> --private-key <private_key> --certificate-chain <certificate_chain>

Command Breakdown

--certificate-arn
Command Option
Tool-specific option used by this command invocation.
--certificate
Command Option
Tool-specific option used by this command invocation.
--private-key
Command Option
Tool-specific option used by this command invocation.
--certificate-chain
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to import certificate using Aws Acm.

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

Back to Aws Acm directory