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 | |
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