Skip to content

Instantly share code, notes, and snippets.

@kbaum
Created January 11, 2016 18:25
Show Gist options
  • Save kbaum/a0743e30bf435a3aa52a to your computer and use it in GitHub Desktop.
Save kbaum/a0743e30bf435a3aa52a to your computer and use it in GitHub Desktop.
aws iam upload-server-certificate \
--server-certificate-name vts_com \
--certificate-body file://vts_com.crt \
--private-key file://vts_com.key \
--certificate-chain file://vts_com_bundle.pem \
--path /cloudfront/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment