Created
April 23, 2020 13:35
-
-
Save zxkane/e01d08061077e8fb224f35d0f1d0bb5f to your computer and use it in GitHub Desktop.
a memo of uploading certificate to AWS IAM
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 mirrors-test.testtest.vme360.com --certificate-body file://cert.pem --private-key file://privkey.pem --certificate-chain file://chain.pem --path '/cloudfront/openmirror/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment