Skip to content

Instantly share code, notes, and snippets.

@djburdick
Last active September 14, 2015 21:33
Show Gist options
  • Save djburdick/944df1d4e648f25fb540 to your computer and use it in GitHub Desktop.
Save djburdick/944df1d4e648f25fb540 to your computer and use it in GitHub Desktop.
  1. Order cert (Godaddy wildcard etc...)
  2. openssl genrsa -des3 -out server.pass.key 2048
  3. openssl rsa -in server.pass.key -out server.key
  4. openssl req -nodes -new -key fixed.key -out fixed.csr Common name must be domain name (eg: www.fixed.com or *.fixed.com for wildcard)
  5. Go to Ec2->Load Balancers->Listeners then upload the new cert and private key
    a. pbcopy < fixed.key # private key
    b. pbcopy < 8sdf23ljksfds.crt # public key certificate
    c. pbcopy < gd_bundle-g2-g1.crt # certificate chain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment