Skip to content

Instantly share code, notes, and snippets.

@patrick91
Created October 8, 2015 14:32
Show Gist options
  • Save patrick91/ef68f4a0cdc8ff5c8d0d to your computer and use it in GitHub Desktop.
Save patrick91/ef68f4a0cdc8ff5c8d0d to your computer and use it in GitHub Desktop.
aws iam upload-server-certificate \
--server-certificate-name MixTheCitySha2 \
--certificate-body file://mixthecity.com.crt \
--private-key file://mixthecity.com.plain.key \
--certificate-chain file://sub.class1.server.sha2.ca.pem \
--path /cloudfront/mix-the-city/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment