mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
what if we just use the default?
This commit is contained in:
parent
282df74ee9
commit
be4d9b538f
1 changed files with 0 additions and 4 deletions
|
|
@ -184,10 +184,6 @@ class ACMEServer:
|
|||
'--single-branch', '--depth=1', instance_path])
|
||||
process.wait(MAX_SUBPROCESS_WAIT)
|
||||
|
||||
# Allow Boulder to ignore usual limit rate policies, useful for tests.
|
||||
os.rename(join(instance_path, 'test/rate-limit-policies-b.yml'),
|
||||
join(instance_path, 'test/rate-limit-policies.yml'))
|
||||
|
||||
if self._dns_server:
|
||||
# Change Boulder config to use the provided DNS server
|
||||
for suffix in ["", "-remote-a", "-remote-b"]:
|
||||
|
|
|
|||
Loading…
Reference in a new issue