Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Undocumented CloudFront ViewerCertificate Property: MinimumProtocolVersion #218
Comments
|
Thanks for pointing it out. I pushed an interim fix and we'll see what happens when the CloudFormation team catches up with it. |
|
Was this added to the docs? could not find it... if someone searching hits this, i've found the values here: |
|
is it mandatory to upload certificate to "/cloudfront" path? what is the change to be made in this block if i use default path that is root "/". ViewerCertificate: { |
I had the same problem as described here: when building a cloudfront distribution with a custom ssl-certificate, you get the error:
As described in that post, editing the template, so the ViewerCertificate block looks like
fixes this problem.
I know this is not the fault of troposphere, but is it possible to add
'MinimumProtocolVersion': (basestring, False)to the ViewerCertificate props, while we wait on AWS to update their documentation?