CSR for AWS Services

1. OpenSSL
For Amazon Web Services, we recommend generating your CSR via OpenSSL, which is a widely used software for SSL services. Please view our CSR Generation Instructions in OpenSSL support article for detailed instructions on how to complete this step.

2. Reference Amazon’s Documentation
Because Amazon Web Services involves a variety of web hosting services, we recommend consulting Amazon.s documentation to fully understand generating/uploading/configuring SSL on their various platforms. Because every AWS user takes advantage of different services and configurations, there will be no one-size-fits-all solution.

3. Validate & install
After you have received your CSR, and have enrolled your order, your certificate will enter the validation process with the issuing Certificate Authority (CA) and require the certificate requester to complete some form of validation. For information regarding the different levels of the validation process and how to satisfy the industry requirements, reference our validation articles.

After you complete the validation process and receive the trusted SSL Certificate from the issuing Certificate Authority (CA), proceed to the next step using our SSL Installation Instructions for Amazon Web Services.

Leave a Reply

Your email address will not be published. Required fields are marked *

Releated

Certificate Key Matcher

You can check with the SHA Checksum whether a certificate matches a private key, or a CSR matches a certificate on your own computer by using the OpenSSL commands below: openssl pkey -in privateKey.key -pubout -outform pem | sha256sum openssl x509 -in certificate.crt -pubkey -noout -outform pem | sha256sum openssl req -in CSR.csr -pubkey -noout […]

Why not Padlock? Padlock not showing green color

Installing an SSL certificate and configuring a website for HTTPS is an extremely challenging task. That’s because you’re not just configuring the server for encrypted connections, you’re essentially redirecting every single page and asset to HTTPS. For larger sites with massive infrastructures this can be a nightmare-heck, it can be a nightmare for even small […]