Skip to content

Instantly share code, notes, and snippets.

@xli
Created April 6, 2015 05:21
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 xli/dc9b857be8814d598669 to your computer and use it in GitHub Desktop.
Save xli/dc9b857be8814d598669 to your computer and use it in GitHub Desktop.
upload servercert for cloudfront
export PATH=$PATH:~/Downloads/IAMCli-1.5.0/bin
export AWS_IAM_HOME=~/Downloads/IAMCli-1.5.0
iam-servercertupload --aws-credential-file <credential.csv> -s <sname> -b <ssl.crt.txt> -k <ssl.key.txt> -c intermediate.crt.txt -p /cloudfront/<sname>/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment