Created
December 18, 2015 12:45
-
-
Save 4lun/5d4d4b05b41f7fc1dbce to your computer and use it in GitHub Desktop.
Upload SSL certificate to AWS IAM for use with Cloudfront
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 domain_com --certificate-body file:///absolute/path/domain_com.crt --private-key file:///absolute/path/domain_com.key --certificate-chain file:///absolute/path/domain_com.ca-bundle --path /cloudfront/static/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment