From b10b0dd2db400725fe5d63c273bfef3191cda949 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Tue, 14 Apr 2020 18:03:33 +0300 Subject: [PATCH] Fix to disable check with acme_tiny unless staging --- webmin/letsencrypt-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmin/letsencrypt-lib.pl b/webmin/letsencrypt-lib.pl index 9cbb94eca..28d2ce880 100755 --- a/webmin/letsencrypt-lib.pl +++ b/webmin/letsencrypt-lib.pl @@ -296,7 +296,7 @@ else { : "--dns-hook $dns_hook ". "--cleanup-hook $cleanup_hook "). ($staging ? "--ca https://acme-staging.api.letsencrypt.org " - : ""). + : "--disable-check "). "--quiet ". "2>&1 >".quotemeta($cert)); &reset_environment();