fix: certbot command
This commit is contained in:
@@ -142,6 +142,7 @@ class CertManager:
|
|||||||
subprocess.check_output(
|
subprocess.check_output(
|
||||||
[
|
[
|
||||||
self.__get_certbot_bin(),
|
self.__get_certbot_bin(),
|
||||||
|
"certonly",
|
||||||
"--non-interactive",
|
"--non-interactive",
|
||||||
"--agree-tos",
|
"--agree-tos",
|
||||||
"--webroot",
|
"--webroot",
|
||||||
|
|||||||
Reference in New Issue
Block a user