Created
October 8, 2015 14:32
-
-
Save patrick91/ef68f4a0cdc8ff5c8d0d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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