mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Use the new disable_check arg in the acme_tiny interface
This commit is contained in:
parent
984be7987b
commit
6f439c917b
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ def _fetch_and_enable_new_certificate(domain, staging=False, no_checks=False):
|
|||
domain_csr_file,
|
||||
WEBROOT_FOLDER,
|
||||
log=logger,
|
||||
no_checks=no_checks,
|
||||
disable_check=no_checks,
|
||||
CA=certification_authority)
|
||||
except ValueError as e:
|
||||
if "urn:acme:error:rateLimited" in str(e):
|
||||
|
|
Loading…
Add table
Reference in a new issue