views:

71

answers:

1

I created a bucket similar to "mycdn.mysite.com" on Amazon-s3, as expected the files are available using that http://mycdn.mysite.com/files/foo.gif.

This works fine with http, I would like to somehow add a SSL certificate so that the files are served up via https, similar to https://mycdn.mysite.com/files/foo.gif.

Is it possible to add a certificate to Amazon-S3 that maps to a bucket name?

+2  A: 

Nope this is not possible.

See this Amazon thread

And this one

willbt