• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

Certificate Management Import

January 4, 2019

My previous post lightly talked about about adding SSL certificates via the AWS Console. This post talks about adding your own SSL certificate to Certificate Manager via the AWS CLI. The CLI which makes it super simple to manage. It also allows for automation as well.

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

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

If successful, it will return ARN or Amazon Resource Name.

Filed Under: Cloud Tagged With: aws cli, certificate, certificate manager, ssl

Subscribe Via Email

  • Home
  • About
  • Search

Copyright © 2023