Created
January 11, 2016 18:25
-
-
Save kbaum/a0743e30bf435a3aa52a 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 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