• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » New Security Header : Expect CT Header Nginx Directive

By Abhishek Ghosh April 17, 2017 11:01 am Updated on April 17, 2017

New Security Header : Expect CT Header Nginx Directive

Advertisement

At least Chrome going to require all certificates issued in October 2017 and onward will have to be logged in Certificate Transparency logs. That Certificate Transparency is via expect CT Header declaration. This guide shows deployment of Expect CT Header as Nginx directive. As we are not machines, we will talk a little bit on Certificate Transparency.

 

Where From This Expect CT Header Came?

 

Expect-CT header field is a response header intended to be used by a server to indicate that the use agents should evaluate connections to the host emitting the header for certificate transparency compliance using the grammar defined in RFC 5234 and rules defined in RFC 7230.

You can read in to-be RFC form here (engineers can make unpalatable thing visually beautiful) :

Advertisement

---

Vim
1
https://datatracker.ietf.org/doc/draft-stark-expect-ct/?include_text=1

You can read official details here :

Vim
1
http://httpwg.org/http-extensions/expect-ct.html#RFC7230

Also you can read here on Crome :

Vim
1
https://www.chromestatus.com/feature/5677171733430272

Expect-CT can catch detectable behaviour, hence the user agents should have a way to protect the privacy to the users.

The Expect-CT header requires very little configuration with only few options :

  1. enforce – optional directive. This is minimum expected to be present. This controls whether the browser should enforce the policy or not.
  2. max-age – optional directive. This is second expected thing to be present. This directive specifies the number of seconds that the browser should cache and apply the received policy.
  3. report-uri  – optional directive. Ideally should be on own server or on server or trusted party.

Below diagram is illustration of Certificate Transparency and cuRL output of our website with Expect CT Header :

New Security Header - Expect CT Header Nginx Directive

 

How To Add Expect CT Header Nginx Directive?

 

As I explained above, it is enforce and max-age which are important. max-age frankly depends how many hours you think an user should be using old cache (that is kind of corollary). For Nginx, this directive will work, we are omitting the report-uri thing :

Vim
1
add_header Expect-CT 'enforce; max-age=3600';

Run nginx -t and service nginx restart. Then check the header with cURL. In above case max-age is of one hour. You can increase or decrease. Increasing too much has problem. One hour is usually a sane value. Obviously you can test others website’s header with plain cURL :

Vim
1
2
curl -I -k https://preloaded-expect-ct.badssl.com
curl -I https://thecustomizewindows.com

We have not seen any tools at the time of publication. There is no meaning of searching here and there, most are blind copy-paste of 1-2 articles.

Tagged With Expect-CT , Expect-CT nginx , expect-ct header , nginx expect-ct , nginx: [emerg] unknown directive check in , expect-ct header nginx , add_header expect-ct , Expect-CT Extension nginx , expect ct header , ct-expect headers
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to New Security Header : Expect CT Header Nginx Directive

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud

    Here is a Step by Step Guide on Setting Up WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud with All Commands and the Configuration.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy