• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

AWS ACM Certificate Import

August 11, 2019

Here’s how to import a SSL certificate into AWS Certificate Manager.

aws acm import-certificate \
--certificate fileb://example.crt \
--private-key fileb://example.key \
--certificate-chain fileb://example-bundle.crt \
--tags Key=Name,Value=mydomain.com_20220107

aws acm import-certificate \ --certificate fileb://example.crt \ --private-key fileb://example.key \ --certificate-chain fileb://example-bundle.crt \ --tags Key=Name,Value=mydomain.com_20220107

Filed Under: Cloud Tagged With: acm, aws, certificate, cli, import, ssl

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023