Skip to content

Instantly share code, notes, and snippets.

@4lun
Created December 18, 2015 12:45
Show Gist options
  • Save 4lun/5d4d4b05b41f7fc1dbce to your computer and use it in GitHub Desktop.
Save 4lun/5d4d4b05b41f7fc1dbce to your computer and use it in GitHub Desktop.
Upload SSL certificate to AWS IAM for use with Cloudfront
aws iam upload-server-certificate --server-certificate-name domain_com --certificate-body file:///absolute/path/domain_com.crt --private-key file:///absolute/path/domain_com.key --certificate-chain file:///absolute/path/domain_com.ca-bundle --path /cloudfront/static/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment