简体   繁体   中英

AWS Cloudformation defining security policy of Cloudfront

I'm struggling to find a security policy tab in cloudformation documentation for cloudfront. Is there any way I can set the security policy to TLS1.1_2016? Because the default value is TLSv1.

在此处输入图片说明

Thanks!

The supported HTTP Version is in:

ViewerCertificate:
   MinimumProtocolVersion: TLSv1.1_2016

您正在寻找的配置是:

HttpVersion: http2 DefaultRootObject: index.html ViewerCertificate: SslSupportMethod: sni-only MinimumProtocolVersion: TLSv1.1_2016

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM