Skip to content

Commit

Permalink
Add dynamic module instructions to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamedgecombe committed Feb 14, 2016
1 parent 1038267 commit f3cad5e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Building

Add `--add-module=/path/to/nginx-ct` to the nginx `./configure` invocation.

If you are using nginx 1.9.11 or above, you can use
`--add-dynamic-module=/path/to/nginx-ct` to build as a dynamic module.

The following versions of OpenSSL are supported:

* OpenSSL 1.0.2 or above.
Expand All @@ -26,6 +29,15 @@ to add the `signed_certificate_timestamp` extension to the response
Configuration
-------------

If built as a dynamic module, add the following directives to the top level of
your configuration file:

load_module modules/ngx_ssl_ct_module.so;
load_module modules/ngx_http_ssl_ct_module.so;

You can also load `ngx_mail_ssl_ct_module.so` and `ngx_stream_ssl_ct_module.so`
if you need `mail` or `stream` support.

Add the following directives, which are valid in `http`, `mail`, `stream` and
`server` blocks, to your configuration file:

Expand Down

0 comments on commit f3cad5e

Please sign in to comment.