BonnyCI / hoist

Hoist up a bonnyci
Apache License 2.0
5 stars 13 forks source link

Remove trusted certificate from nginx config #415

Closed jamielennox closed 7 years ago

jamielennox commented 7 years ago

In nginx the entire certificate chain goes into the certificate file. ssl_trusted_certificate is the CA used to verify provided client certs and OCSP responses. We will almost never need to set that.

Signed-off-by: Jamie Lennox jamielennox@gmail.com