grahamedgecombe / nginx-ct

Certificate Transparency module for nginx.
https://grahamedgecombe.com/projects/nginx-ct
ISC License
176 stars 29 forks source link

nginx 1.11.0 multiple certificate support #9

Closed grahamedgecombe closed 8 years ago

qgy18 commented 8 years ago

Looking forward to this.

grahamedgecombe commented 8 years ago

Added in 08c84f78532bef26c83307431928b691a5773e0e

ghost commented 8 years ago

@grahamedgecombe How to use this new feature? Put all the file together or in seperated directories?

grahamedgecombe commented 8 years ago

One directory per certificate. Each ssl_certificate directive needs a corresponding ssl_ct_static_scts directive pointing to that dir.

The readme has an example (the big code block near the bottom).

ghost commented 8 years ago

@grahamedgecombe That is good!