- Order cert (Godaddy wildcard etc...)
openssl genrsa -des3 -out server.pass.key 2048
openssl rsa -in server.pass.key -out server.key
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)- 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
Last active
September 14, 2015 21:33
-
-
Save djburdick/944df1d4e648f25fb540 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment