Skip to content

Instantly share code, notes, and snippets.

@zxkane
Created April 23, 2020 13:35
Show Gist options
  • Save zxkane/e01d08061077e8fb224f35d0f1d0bb5f to your computer and use it in GitHub Desktop.
Save zxkane/e01d08061077e8fb224f35d0f1d0bb5f to your computer and use it in GitHub Desktop.
a memo of uploading certificate to AWS IAM
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