Skip to content

Instantly share code, notes, and snippets.

@robertBojor
Created August 17, 2016 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertBojor/3f64197cef574337a12faef0a0e892bb to your computer and use it in GitHub Desktop.
Save robertBojor/3f64197cef574337a12faef0a0e892bb to your computer and use it in GitHub Desktop.
AWS
Install awscli ( http://docs.aws.amazon.com/cli/latest/userguide/installing.html )
Login into client AWS console
Open IAM
Create X new users and assign IAMFullControl Policy
On local console, run (aws iam upload-server-certificate --server-certificate-name SSL_API --certificate-body file://lcapi.pem --private-key file://lcapi.key --certificate-chain file://ca.pem) to upload a certificate.
Assign the new user to each ElasticBeanstalk instance.
aws iam upload-server-certificate --server-certificate-name SSL_FMOB --certificate-body file://fmob.pem --private-key file://fmob.key --certificate-chain file://fmob.ca.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment