Skip to content

Instantly share code, notes, and snippets.

@epintos
Created November 9, 2015 19:22
Show Gist options
  • Save epintos/ea88ffb83144ff31583a to your computer and use it in GitHub Desktop.
Save epintos/ea88ffb83144ff31583a to your computer and use it in GitHub Desktop.
Angular Amazon IAM Certificate Upload
aws iam upload-server-certificate \
--server-certificate-name server-certificate-name \
--certificate-body file:///path-to-your-certificate/your-certificate.pem \
--private-key file:///path-to-private-key/private-key.pem \
--certificate-chain file://path-to-chain-certificate/chain-certificate.pem \
--path /cloudfront/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment