Commit graph

3 commits

Author SHA1 Message Date
Jacob Hoffman-Andrews
dd8c6d6548 Nginx improvements
Add a server_names_hash_bucket_size directive during challenges to fix an nginx
crash on restart (Fixes #922).

Use fullchain instead of chain (Fixes #610).

Implement OCSP stapling (Fixes #937, Fixes #931).

Hide Boulder output in integration tests to make them more readable.
2015-10-11 10:20:08 -07:00
Robert Habermann
95cc031339 remove unneccessary check of len on match_parts
While getting the best match the function _exact_match is called with
the candidate server names as name. Then name.split('.') is called which
can never have a length of 0.
2015-08-09 11:02:21 +02:00
Jakub Warmuz
120a94f84f
mv letsencrypt_* letsencrypt-*. 2015-07-11 04:31:18 +00:00
Renamed from letsencrypt_nginx/letsencrypt_nginx/parser.py (Browse further)