From dbc5237dbbb449ac24e4001d6e4e17a178333b46 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 20 Nov 2022 16:25:33 +0800 Subject: Fix nginx acme challenge problem. --- 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 3f3ab69..94e4460 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -67,7 +67,7 @@ clear_parser.add_argument("-D", "--include-data-dir", action="store_true", args = parser.parse_args() if args.action == "certbot": - if args.create or args.renew: + if args.create or args.renew or args.expand: args.no_hello = True if not args.no_hello: -- cgit v1.2.3