Activate back pebble strict mode

This commit is contained in:
Adrien Ferrand 2019-12-28 15:33:45 +01:00
parent a7770845f8
commit b71fcdb0e1

View file

@ -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(