Skip to content

Instantly share code, notes, and snippets.

@martinrusev
Created January 7, 2017 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinrusev/445dff618b8d167f508b2c49711f7961 to your computer and use it in GitHub Desktop.
Save martinrusev/445dff618b8d167f508b2c49711f7961 to your computer and use it in GitHub Desktop.
Upload Certificate to AWS IAM for use in Cloudfront
aws iam upload-server-certificate --server-certificate-name star_amon_cx --certificate-body file://star_amon_cx_body.cer --private-key file://star_amon_cx.key --certificate-chain file://star_amon_cx_chain.cer --profile personal --path /cloudfront/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment