mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Activate back pebble strict mode
This commit is contained in:
parent
a7770845f8
commit
b71fcdb0e1
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class ACMEServer(object):
|
|||
environ['PEBBLE_AUTHZREUSE'] = '100'
|
||||
|
||||
self._launch_process(
|
||||
[pebble_path, '-config', pebble_config_path, '-dnsserver', '127.0.0.1:8053'],
|
||||
[pebble_path, '-config', pebble_config_path, '-dnsserver', '127.0.0.1:8053', '-strict'],
|
||||
env=environ)
|
||||
|
||||
self._launch_process(
|
||||
|
|
|
|||
Loading…
Reference in a new issue