Setup an Comodo positive SSL cert on AWS Cloudfront Inspect last years cert: Generate private key and signing request To generate a new key manually use: To generate a new key as part of a signing reuest use: Answer lots of questions Use awscli to upload Should work…
req
commandCountry Name (2 letter code) [XX]:US
State or Province Name (full name) []:Colorado
Locality Name (eg, city) [Default City]:Longmont
Organization Name (eg, company) [Default Company Ltd]:Tyler Cipriani
Organizational Unit Name (eg, section) []:.
Common Name (eg, your name or your server's hostname) []:tylercipriani.com
Email Address []:spam@tylercipriani.com
A challenge password []:
tylercipriani_com.csr
and an tylercipriani_com.key
xsel -p < tylercipriani_com.csr
then paste in the “Enter CSR” fieldtylercipriani_com.zip
aws configure
to ensure that your awscli is setup
Posted