Skip to content

Instantly share code, notes, and snippets.

@stfnhh
Created July 27, 2015 13:33
Show Gist options
  • Save stfnhh/03629923604213ada47e to your computer and use it in GitHub Desktop.
Save stfnhh/03629923604213ada47e to your computer and use it in GitHub Desktop.
IAM SSL Upload
aws iam upload-server-certificate --server-certificate-name X --certificate-body file://cert.crt --private-key file://key.key --certificate-chain file://chain.crt --path /cloudfront/X/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment