The following instructions will guide you through the SSL Certificate installation process on Amazon Web Services (AWS). If you have more than one server or device, you will need to install the certificate on each server or device you need to secure.
aws iam upload-server-certificate –server-certificate-name my-server-cert –certificate-body file://my-server-certificate.pem –private-key file://my-private-key.pem –certificate-chain file://my-certificate-chain.pemIf you receive any error, reference the AWS documentation.