mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
* nginx: add --nginx-sleep-seconds As described in #7422, reloading nginx is an asynchronous process and Certbot does not know when it is complete. In an environment where this reload takes a long time, the nginx plugin suffers from an issue where it responds to and fails the ACME challenge before the nginx server is ready to serve it. Following the discussion in a previous PR #7740, this commit introduces a new flag, --nginx-sleep-seconds, which may be used to increase the duration that Certbot will wait for nginx to reload, from its previously hard-coded value of 1s. Fixes #7422 * update CHANGELOG * nginx: update docstring for nginx_restart |
||
|---|---|---|
| .. | ||
| testdata/etc_nginx | ||
| boulder-integration.conf.sh | ||
| configurator_test.py | ||
| display_ops_test.py | ||
| http_01_test.py | ||
| nginxparser_test.py | ||
| obj_test.py | ||
| parser_obj_test.py | ||
| parser_test.py | ||
| test_log_util.py | ||
| test_util.py | ||