From 5daa2ec78642e7e9976410c70b43beba7ac47eab Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 27 Nov 2022 14:17:33 +0800 Subject: Fix aio bug. --- tool/aio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/aio.py') diff --git a/tool/aio.py b/tool/aio.py index 50b42fa..3e452fc 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -564,7 +564,7 @@ def check_ssl_cert(): print_create_cert_message(domain) else: cert_domain_set = set(cert_domains) - domains = set(list_domains()) + domains = set(list_domains(domain)) if not cert_domain_set == domains: console.print( "Cert domains are not equal to host domains. Run following command to recreate it.", style="red") -- cgit v1.2.3