Configuring SSL for AWS Snowball Edge
To configure SSL for AWS Snowball Edge
- Lists the certificates available for use. Run the following AWS Snowball Edge client command:
<client install location>/snowballEdge list-certificates --manifest-file <path-to-manifest-file> --unlock-code <unlock-code-from-aws-portal> --endpoint https://<snowball-edge-IP>
- Obtain the certificate. Run the following AWS Snowball Edge client command:
<client install location>/snowballEdge get-certificate --certificate-arn <arn-value-from-last-cmd> --manifest-file <path-to-manifest-file> --unlock-code <unlock-code-from-aws-portal> --endpoint https://<snowball-edge-IP>
- Append the certificate from output of Step 2 to the
/usr/openv/var/global/cloud/cacert.pemfile on the media server. Ensure that the format and length of the newly copied certificate matches with the existing certificates incacert.pem.