Skip to content

Instantly share code, notes, and snippets.

@robertBojor
Created August 17, 2016 08:31
Embed
What would you like to do?
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