Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/acm/import-certificate.rst
1567 views
**To import a certificate into ACM.**

The following ``import-certificate`` command imports a certificate into ACM. Replace the file names with your own::

  aws acm import-certificate --certificate file://Certificate.pem --certificate-chain file://CertificateChain.pem --private-key file://PrivateKey.pem