Created
July 27, 2015 13:33
-
-
Save stfnhh/03629923604213ada47e to your computer and use it in GitHub Desktop.
IAM SSL Upload
This file contains hidden or 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 X --certificate-body file://cert.crt --private-key file://key.key --certificate-chain file://chain.crt --path /cloudfront/X/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment