How Install an SSL certificate on File Gateway hosted on EC2

0

Hello, I am using AWS EC2 to run my S3 File Gateway server using AWS provided AMI: aws-storage-gateway-FILE_S3-1.24.2 I want to import a custom SSL Certificate into this machine which is generated by a CA on Windows Server. How can I do that?

asked 2 months ago124 views
1 Answer
0

Storage Gateway uses SSL/TLS (Secure Socket Layers/Transport Layer Security) to encrypt data that is transferred between your gateway appliance and AWS storage. By default, Storage Gateway uses Amazon S3-Managed encryption keys (SSE-S3) to server-side encrypt all data it stores in Amazon S3. You have an option to use the Storage Gateway API to configure your gateway to encrypt data stored in the cloud using server-side encryption with AWS Key Management Service (SSE-KMS) keys.

See https://docs.aws.amazon.com/filegateway/latest/files3/encryption.html

For importing key material into AWS KMS, see https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html

profile pictureAWS
EXPERT
Matt-B
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions