Can you add nginx-ct module into package?

Asked by Deng

I want server support Google's Certificate Transparency project.
So I can show a green bar in Chrome.

https://github.com/grahamedgecombe/nginx-ct
Need openssl 1.0.2 or higher.

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Nginx Edit question
Assignee:
Thomas Ward Edit question
Solved by:
Thomas Ward
Solved:
Last query:
Last reply:
Revision history for this message
Best Thomas Ward (teward) said :
#1

We will not be adding any additional third party modules to the nginx packages from this point forward.

Dynamically loadable modules is on the nginx roadmap for this current mainline series, once that is available you will not need to recompile just to add a module. We also will likely not field requests for additional modules to be included either.

Revision history for this message
Thomas Ward (teward) said :
#2

Also, OpenSSL 1.0.2 is only available in Ubuntu Wily and later so it seems counterintuitive to include a module in some versions of the package while ignoring it for others just because OpenSSL.

Revision history for this message
Deng (artec) said :
#3

Thanks Thomas Ward, that solved my question.